/public/v3/orders/{external_id}/delivery_verificationsCopy Pageget https://api.paack.app/public/v3/orders/{external_id}/delivery_verificationsRetrieves delivery proof for the order of the external ID specified in the path parameter. For more information on verifying deliveries, check Proof of delivery.Path Paramsexternal_idstringrequiredlength ≤ 128Order'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.Responses 200Returns 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. 400Returned in case of validation errors. 401Communicates a missing or expired access token for authorization. 404In case the specified external_id doesn't correspond to any order. 500Returned in case of server error.Updated over 2 years ago