requests

Get delivery request

Returns a single delivery request by ID.

get/requests/{request_id}

Path parameters

request_idstring required

Delivery request identifier.

Response

The request.

idstring required

Unique request identifier.

noncestring required

Client-generated idempotency key.

pickup_timestring date-time required

Requested pickup time (RFC 3339).

dropoff_timestring date-time required

Requested dropoff time (RFC 3339).

pickup_instructionsstring

Pickup directions, access codes, or handling notes.

dropoff_instructionsstring

Dropoff directions, access codes, or delivery notes.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.