v71

OpenAPI 3.1.0raw.githubusercontent.com2026-08-032076961.5 MB
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": "8f1cff90-a663-4f49-a39d-856a465d537b",
    "is_refundable": true,
    "name": "I'm feeling sick"
  }
]