POD types
Retrieve a proof of delivery record
CallgetProofOfDelivery with the shipment ID to fetch the full POD record, including the type of evidence and the raw proof data.
Response fields
Proof of delivery is only available after a shipment reaches
DELIVERED status. Calling getProofOfDelivery on an in-transit or pending shipment will return a 404 error. Check the shipment status before querying for POD records.OTP codes are never returned in the
pod.data field. For OTP-verified deliveries, pod.data confirms that the code was verified, but the code itself is not exposed through the API.