{ "opencollection": "1.0.0", "info": { "name": "Navan Bookings Receipts API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://app.navan.com/ta-auth/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Receipts", "type": "folder" }, "items": [ { "info": { "name": "Get receipt URLs for a transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.navan.com/v1/expense/transactions/:id/receipt", "params": [ { "name": "id", "value": "", "type": "path", "description": "The transaction identifier." } ] }, "docs": "Retrieve receipt image URLs for a given transaction. CONFIRMED." }, { "info": { "name": "Download a transaction receipt", "type": "http" }, "http": { "method": "GET", "url": "https://api.navan.com/v1/expense/transactions/:id/receipt/download", "params": [ { "name": "id", "value": "", "type": "path", "description": "The transaction identifier." } ] }, "docs": "Follow a redirect to download the receipt file for a transaction. CONFIRMED." }, { "info": { "name": "Batch list receipt URLs", "type": "http" }, "http": { "method": "GET", "url": "https://api.navan.com/v1/expense/transactions/receipts", "params": [ { "name": "from", "value": "", "type": "query", "description": "Start of the date range filter (ISO 8601)." }, { "name": "to", "value": "", "type": "query", "description": "End of the date range filter (ISO 8601)." } ] }, "docs": "Batch-fetch receipt URLs across transactions filtered by date. CONFIRMED." } ] } ], "bundled": true }