Get an Uber Direct delivery quote and create a white-label delivery
domain: developer.uber.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
In-depth guide
Verify Uber Direct webhook signatures — the full failure-mode walkthrough related to developer.uber.com, checked against official docs, with linked verified routes.
Steps
Authenticate with OAuth2 client_credentials to obtain a bearer token for the Uber Direct (Deliveries) API
POST to the delivery quote endpoint with pickup and dropoff addresses to receive a fee, ETA, and a quote id that expires after a set window
POST to the create-delivery endpoint using the saved quote id (or pickup/dropoff details directly) to create the delivery
Poll the get-delivery-status endpoint or rely on webhooks to track delivery status through pickup and dropoff
Handle a 400/422 response on quote creation for unsupported or unresolvable addresses before presenting a price to the customer
Known gotchas
Quotes expire (the response includes an expires timestamp) — creating a delivery with a stale quote id will fail, so re-quote if checkout takes too long
Uber Direct access requires a business/customer account provisioned by Uber (customer_id); it is not open self-serve signup
Quote and delivery endpoints are separate from the Uber Eats Marketplace Orders API — don't confuse Direct's white-label delivery product with Eats marketplace order ingestion
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?