Uber · Example Payload

Uber Direct Create Delivery Example

RidesharingRidesTaxisTransportationFood DeliveryDeliveryLogistics

Uber Direct Create Delivery Example is an example object payload from Uber, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.uber.com/v1/eats/deliveries",
    "headers": {
      "Authorization": "Bearer {access_token}",
      "Content-Type": "application/json"
    },
    "body": {
      "pickup_name": "Acme Store Downtown",
      "pickup_address": "123 Market St, San Francisco, CA 94105",
      "pickup_phone_number": "+14155550100",
      "pickup_notes": "Use the side entrance. Package is at the front desk.",
      "dropoff_name": "Jane Smith",
      "dropoff_address": "456 Valencia St, San Francisco, CA 94103",
      "dropoff_phone_number": "+14155550200",
      "dropoff_notes": "Leave at door if no answer.",
      "manifest_items": [
        {
          "name": "Electronics Package",
          "quantity": 1,
          "size": "medium"
        }
      ]
    }
  },
  "response": {
    "status": 200,
    "body": {
      "id": "delivery_xyz789",
      "quote_id": "quote_abc456",
      "status": "pending",
      "tracking_url": "https://www.ubereats.com/orders/track/delivery_xyz789",
      "courier": null,
      "created": "2026-05-03T11:00:00Z",
      "updated": "2026-05-03T11:00:00Z",
      "pickup_eta": "2026-05-03T11:20:00Z",
      "dropoff_eta": "2026-05-03T11:40:00Z",
      "fee": 599,
      "currency": "USD"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/uber-direct-create-delivery-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.