Get a Delivery

View as Markdown

Retrieve the details of a single delivery that has already been created on the Rendr platform. The delivery can be identified using either the Rendr id or your own reference as supplied at creation.


Endpoint

GET {{domain}}/{{tenant_id}}/deliveries/{{delivery_id_or_reference}}

Authentication: Bearer token required via the Authorization header.


Path Parameters

ParameterDescription
delivery_id_or_referenceThe Rendr id returned when the delivery was created, or your own reference value.

Response

The response returns the full delivery object. See Create Delivery for a complete description of all response fields.