Patient Service Center (PSC)
PSC Appointment Cancellation Reasons
Orders
At-home Phlebotomy
Patient Service Center (PSC)
Tests
Health Insurance
Patient Service Center (PSC)
PSC Appointment Cancellation Reasons
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
Vital Team API Key
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
},
]