Verify Uber Direct webhook signature to authenticate delivery status callbacks

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

  1. Register your webhook URL in the Uber Direct Dashboard under the Developer > Webhooks tab; select event types such as event.delivery_status and event.courier_update
  2. On each inbound webhook POST, extract the x-uber-signature header value
  3. Compute a SHA-256 HMAC of the raw request body using your webhook signing key as the secret
  4. Compare the computed hash to the x-uber-signature value; discard requests where they do not match
  5. Return HTTP 200 to acknowledge; Uber retries on 5xx responses and network errors using exponential backoff

Known gotchas

Related routes

Verify Uber Direct webhook signatures and handle exponential-backoff retries
developer.uber.com · 5 steps · unrated
Verify and process DoorDash Drive webhook delivery status callbacks
developer.doordash.com · 6 steps · unrated
Create a batched, multi-dropoff delivery with Uber Direct and correctly interpret dropoff_sequence_number and batch identifiers in status webhooks
developer.uber.com · 5 steps · unrated

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?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans