GET
/
v3
/
order
/
psc
/
appointment
/
cancellation-reasons
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
   },
]

Authorizations

x-vital-api-key
string
header
required

Vital Team API Key

Response

200 - application/json
Successful Response
id
string
required
name
string
required
is_refundable
boolean
required