{ "info": { "_postman_id": "dc9dba31-dccf-4380-b8a3-e36bd6c83153", "name": "Uber for Business Codes Trips 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:22.000Z", "updatedAt": "2026-07-28T03:22:22.000Z", "lastUpdatedBy": "35240", "uid": "35240-dc9dba31-dccf-4380-b8a3-e36bd6c83153" }, "item": [ { "name": "business", "item": [ { "name": "trips", "item": [ { "name": "{trip_id}", "item": [ { "name": "invoice_urls", "item": [ { "name": "Get Trip Invoice URLs", "id": "71d565ba-8c0d-42b7-b15e-4c169669a910", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/business/trips/:trip_id/invoice_urls", "host": [ "{{baseUrl}}" ], "path": [ "business", "trips", ":trip_id", "invoice_urls" ], "variable": [ { "id": "52179f55-23c3-4bbb-8036-93bf33169998", "key": "trip_id", "value": "", "description": "(Required) Unique identifier for the business trip." } ] }, "description": "Retrieve invoice URLs for a business trip." }, "response": [ { "id": "ad88d004-6915-4c53-b43a-4f5777be8dd6", "name": "Invoice URLs for the trip.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/business/trips/:trip_id/invoice_urls", "host": [ "{{baseUrl}}" ], "path": [ "business", "trips", ":trip_id", "invoice_urls" ], "variable": [ { "key": "trip_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"invoice_urls\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-ad88d004-6915-4c53-b43a-4f5777be8dd6" }, { "id": "fdc65d7a-0b71-41ce-ba9e-2ff76b136001", "name": "Trip not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/business/trips/:trip_id/invoice_urls", "host": [ "{{baseUrl}}" ], "path": [ "business", "trips", ":trip_id", "invoice_urls" ], "variable": [ { "key": "trip_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-fdc65d7a-0b71-41ce-ba9e-2ff76b136001" } ], "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-71d565ba-8c0d-42b7-b15e-4c169669a910" } ], "id": "63353c28-3482-4d22-8ff1-f0911ff2247c", "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-63353c28-3482-4d22-8ff1-f0911ff2247c" }, { "name": "receipt", "item": [ { "name": "pdf_url", "item": [ { "name": "Get Trip Receipt PDF URL", "id": "4716bf86-fb82-470f-bfe7-379f344295ad", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/business/trips/:trip_id/receipt/pdf_url", "host": [ "{{baseUrl}}" ], "path": [ "business", "trips", ":trip_id", "receipt", "pdf_url" ], "variable": [ { "id": "1da0f0f5-b1f7-4238-adc7-010dd92afb23", "key": "trip_id", "value": "", "description": "(Required) Unique identifier for the business trip." } ] }, "description": "Obtain a PDF download URL for a business trip receipt." }, "response": [ { "id": "0948addf-7e76-4bb0-bed2-3350cea74a86", "name": "PDF URL for the trip receipt.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/business/trips/:trip_id/receipt/pdf_url", "host": [ "{{baseUrl}}" ], "path": [ "business", "trips", ":trip_id", "receipt", "pdf_url" ], "variable": [ { "key": "trip_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"pdf_url\": \"\"\n}", "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-0948addf-7e76-4bb0-bed2-3350cea74a86" }, { "id": "a2577072-c46e-4e88-b1b1-4dc8822b3cce", "name": "Trip not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/business/trips/:trip_id/receipt/pdf_url", "host": [ "{{baseUrl}}" ], "path": [ "business", "trips", ":trip_id", "receipt", "pdf_url" ], "variable": [ { "key": "trip_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-a2577072-c46e-4e88-b1b1-4dc8822b3cce" } ], "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-4716bf86-fb82-470f-bfe7-379f344295ad" } ], "id": "1b43af7c-785e-4db9-bd7c-b3266deca015", "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-1b43af7c-785e-4db9-bd7c-b3266deca015" }, { "name": "Get Trip Receipt", "id": "4eb8bc36-9c8f-451a-9e80-897c958763b7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/business/trips/:trip_id/receipt", "host": [ "{{baseUrl}}" ], "path": [ "business", "trips", ":trip_id", "receipt" ], "variable": [ { "id": "6e561486-beb1-4e65-9ed0-ea07676bfedf", "key": "trip_id", "value": "", "description": "(Required) Unique identifier for the business trip." } ] }, "description": "Fetch receipt details for a completed business trip." }, "response": [ { "id": "2ef9d41d-2a88-493a-8bc3-5ff035dde50e", "name": "Receipt details for the trip.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/business/trips/:trip_id/receipt", "host": [ "{{baseUrl}}" ], "path": [ "business", "trips", ":trip_id", "receipt" ], "variable": [ { "key": "trip_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"trip_id\": \"\",\n \"business_name\": \"\",\n \"employee_id\": \"\",\n \"start_time\": \"\",\n \"end_time\": \"\",\n \"origin\": {\n \"address\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\"\n },\n \"destination\": {\n \"address\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\"\n },\n \"distance\": \"\",\n \"duration\": \"\",\n \"charges\": [\n {\n \"name\": \"\",\n \"amount\": \"\",\n \"type\": \"\"\n },\n {\n \"name\": \"\",\n \"amount\": \"\",\n \"type\": \"\"\n }\n ],\n \"total_charged\": \"\",\n \"currency_code\": \"\"\n}", "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-2ef9d41d-2a88-493a-8bc3-5ff035dde50e" }, { "id": "65fec0ee-4bdf-453d-86b0-5c47e9810f91", "name": "Trip not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/business/trips/:trip_id/receipt", "host": [ "{{baseUrl}}" ], "path": [ "business", "trips", ":trip_id", "receipt" ], "variable": [ { "key": "trip_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-65fec0ee-4bdf-453d-86b0-5c47e9810f91" } ], "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-4eb8bc36-9c8f-451a-9e80-897c958763b7" } ], "id": "d12b0566-abd8-4925-af7b-dbcd40d64e23", "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-d12b0566-abd8-4925-af7b-dbcd40d64e23" } ], "id": "cf5055ee-7905-4a58-964b-db97b8c722ac", "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-cf5055ee-7905-4a58-964b-db97b8c722ac" } ], "id": "3cece5cd-2b93-4332-985e-7dd595c7b541", "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-3cece5cd-2b93-4332-985e-7dd595c7b541" } ], "id": "355dafb5-8c84-4c31-b1bb-743321a5c337", "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-355dafb5-8c84-4c31-b1bb-743321a5c337" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.uber.com/v1.2" } ] }