curl --request GET \
--url '{{BASE_URL}}/v3/order/psc/appointment/cancellation-reasons' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
'
[
{
"id": "5c0257ef-6fea-4a22-b20a-3ddab573d5c9",
"name": "Other",
"is_refundable": true
},
]
curl --request GET \
--url '{{BASE_URL}}/v3/order/psc/appointment/cancellation-reasons' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
'
[
{
"id": "5c0257ef-6fea-4a22-b20a-3ddab573d5c9",
"name": "Other",
"is_refundable": true
},
]
curl --request GET \
--url '{{BASE_URL}}/v3/order/psc/appointment/cancellation-reasons' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
'
[
{
"id": "5c0257ef-6fea-4a22-b20a-3ddab573d5c9",
"name": "Other",
"is_refundable": true
},
]
Vital Team API Key
Successful Response
The response is of type ClientFacingAppointmentCancellationReason · object[]
.