Request
GET https://api.mapping.travel/api/v1/inventory/{uploadId}/download
The UUID of the upload whose file you want to download.
Example
Response
UUID of the upload record.
Original filename of the inventory file.
File format:
CSV, JSON, EXCEL, or PARQUET.Presigned URL granting direct download access. No
Authorization header is required when fetching this URL.Time in seconds until the
downloadUrl expires. Always 60.Error codes
| Code | Description |
|---|---|
| 401 | Missing or invalid Bearer token |
| 404 | No upload found for the given uploadId in your organization |
| 429 | Rate limit exceeded |