---
title: "GET /public/v3/orders/{external_id}/delivery_verifications"
method: GET
path: "/public/v3/orders/{external_id}/delivery_verifications"
tags: ["Retrieve delivery proof"]
---

# GET /public/v3/orders/{external_id}/delivery_verifications

`GET /public/v3/orders/{external_id}/delivery_verifications`

Retrieves delivery proof for the order of the external ID specified in the path parameter. For more information on verifying deliveries, check [Proof of delivery](./orders-proof-of-delivery).

## Path parameters

- `external_id` string, required — Order's ID assigned by the retailer; unique within all the retailer's orders manifested to Paack. Can include special characters, excluding a comma, though for further use you need to [encode them](./special-characters). `external_id` equals `tracking_id`.

## Response `200`

Returns proof-of-delivery images encoded in base64 format. Ensure that the images are saved directly to file. Do not use UTF8 encoding because the image will break. An empty array is returned if the order of the specified external ID doesn't have any proof of delivery.

- object
  - `verifications` VerificationData[] — Contains the delivery verifications.
    - `data` string — Verification data.

## Other responses

- `400` — Returned in case of validation errors.
- `401` — Communicates a missing or expired access token for authorization.
- `404` — In case the specified `external_id` doesn't correspond to any order.
- `500` — Returned in case of server error.

---

[API](https://skmtc.dev/paack/apis/orders-api.md) · [All operations](https://skmtc.dev/paack/apis/orders-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paack/orders-api/revisions/2582c46598cc/schema)
