Returns a redirect URL to download the report file.
After processing the response from /runs endpoint, use the same report_type_uuid and the object_id of the report you want to retrieve.
A successful response returns a 302 status code. Your client should automatically follow the redirected link to download the file. Some clients, such as Swagger UI, can include the authorization header when following the redirected link. This will cause the request to fail with a 400 Bad Request response. To avoid this issue, ensure that the authorization header is removed when the client follows the redirected URL.
Redirect to download URL
Validation Error
curl -i -X GET \ 'https://api.goshippo.com/v2/reports/{report_type_uuid}/runs/{report_run_uuid}/download' \ -H 'Authorization: ShippoToken <API_TOKEN>'
{- "detail": [
- {
- "loc": [
- "string"
], - "msg": "string",
- "type": "string"
}
]
}