{ "info": { "_postman_id": "c78beb34-7372-4540-96c7-0571e245ee62", "name": "Uber for Business Codes Reporting API", "description": "The Uber for Business API enables organizations to automate workflows within their enterprise Uber accounts. Provides access to trip invoices, receipts, and business travel data for expense management and reporting.\n\nContact Support:\n Name: Uber Developer Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:22:18.000Z", "updatedAt": "2026-07-28T03:22:18.000Z", "lastUpdatedBy": "35240", "uid": "35240-c78beb34-7372-4540-96c7-0571e245ee62" }, "item": [ { "name": "eats", "item": [ { "name": "reports", "item": [ { "name": "Generate Report", "id": "d4803e27-15cc-4e0c-a7dd-c6d1e7bfbc50", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"report_type\": \"\",\n \"date_range\": {\n \"start_date\": \"\",\n \"end_date\": \"\"\n },\n \"store_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/eats/reports", "host": [ "{{baseUrl}}" ], "path": [ "eats", "reports" ] }, "description": "Generate analytics and performance reports for stores." }, "response": [ { "id": "2d0c458a-94b7-4641-b095-008b55d0a88a", "name": "Report generation initiated.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"report_type\": \"\",\n \"date_range\": {\n \"start_date\": \"\",\n \"end_date\": \"\"\n },\n \"store_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/eats/reports", "host": [ "{{baseUrl}}" ], "path": [ "eats", "reports" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"report_id\": \"\",\n \"status\": \"\"\n}", "createdAt": "2026-07-28T03:22:18.000Z", "updatedAt": "2026-07-28T03:22:18.000Z", "uid": "35240-2d0c458a-94b7-4641-b095-008b55d0a88a" } ], "createdAt": "2026-07-28T03:22:18.000Z", "updatedAt": "2026-07-28T03:22:18.000Z", "uid": "35240-d4803e27-15cc-4e0c-a7dd-c6d1e7bfbc50" } ], "id": "c8e59b06-e487-4e37-8216-cd903e39e99d", "createdAt": "2026-07-28T03:22:18.000Z", "updatedAt": "2026-07-28T03:22:18.000Z", "uid": "35240-c8e59b06-e487-4e37-8216-cd903e39e99d" } ], "id": "c8e2d01d-28bf-405f-99d1-a6143def032d", "createdAt": "2026-07-28T03:22:18.000Z", "updatedAt": "2026-07-28T03:22:18.000Z", "uid": "35240-c8e2d01d-28bf-405f-99d1-a6143def032d" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.uber.com/v1.2" } ] }