Use this endpoint to get a paginated list of all inventory uploads associated with your organization. Results are returned as summaries — useDocumentation Index
Fetch the complete documentation index at: https://mappingtravel.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/inventory/{uploadId} if you need full detail on a specific upload.
Request
GET https://api.mapping.travel/api/v1/inventory
Page number to retrieve, zero-indexed. Defaults to
0.Number of results per page. Defaults to
20. Maximum is 100. Values above 100 are clamped to 100.Example
Response
List of inventory summary objects for the requested page.
The current page number (zero-indexed).
The number of results returned on this page.
Total number of inventory records across all pages.
Total number of pages available at the current page size.
Error codes
| Code | Description |
|---|---|
| 401 | Missing or invalid Bearer token |
| 429 | Rate limit exceeded |