# Get a Delivery 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 | Parameter | Description | | -------------------------- | ------------------------------------------------------------------------------------- | | `delivery_id_or_reference` | The Rendr `id` returned when the delivery was created, or your own `reference` value. | *** ## Response The response returns the full delivery object. See [Create Delivery](/api-reference/deliveries/create-a-delivery) for a complete description of all response fields.