Shipments
List Shipment Appointments
List the appointments linked to a shipment
GET
Returns the full appointment objects linked to this shipment, oldest-link first. Mirror of
List Appointment Shipments.
Empty array when no appointments are linked. To check just the IDs without the full appointment
payloads, read the
appointments field on Get Shipment.
Requires
shipments_manage or test_sessions_view scope.Request
Path parameters
Shipment reference ID (e.g.,
P2604154821).Response
On success, the API returns200 OK with an array of appointment objects. Each entry has the
same shape as Get Appointment.
Error responses
| Status | Description |
|---|---|
400 | Invalid ID format. |
403 | Forbidden — your API key does not have access to this operation or the shipment is outside your access context. |
404 | Shipment not found. |
500 | Internal server error. |