latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-192076961.5 MB

9fa5db2a4ea3

order

Get Phlebotomy Appointment Cancellation Reasons

Get the list of reasons for cancelling an at-home phlebotomy appointment.

get/v3/order/phlebotomy/appointment/cancellation-reasons

Response

Successful Response

idstring uuid4 required
namestring required
is_refundableboolean required

Example response

[
  {
    "id": "1986a2de-ff12-4003-915d-16eb94810e6e",
    "is_refundable": true,
    "name": "I'm feeling sick"
  }
]