doordash · Example Payload

Doordash Onboarding Webhook Payload Example

Doordash Onboarding Webhook Payload Example is an example object payload from doordash, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

event_typestore_idstatusmessagetimestamp

Example Payload

Raw ↑
{
  "event_type": "store_activated",
  "store_id": "D-12345",
  "status": "active",
  "message": "example",
  "timestamp": "2026-06-02T14:30:00Z"
}