v1

latestOpenAPI 3.1.02026-07-14577181.5 KB
Retrieve delivery proof

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.

get/public/v3/orders/{external_id}/delivery_verifications

Path parameters

external_idstring 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.

external_id equals tracking_id.

Response

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.