Overview
This endpoint can be used to retrieve the condition report for a given shipment. Endpoint:/api/v1/reports/{shipment_id}
Method: GET
URL Parameters
The ID of the shipment to retrieve the condition report for.
Response (200)
If the condition report is successfully retrieved, the API will return a200 OK
status code.
The response will contain the following content:
A URL to a ZIP file containing the condition report images.
The URL is a temporary, signed URL which will expire 1 week after being generated.
Response (403)
If the condition report was not successfully retrieved (because it does not exist), the API will return a403 Forbidden
status code.
The response will not contain any content.