AsyncAPI channel · doordash · DoorDash Drive Delivery Webhooks

/webhook

DoorDash sends delivery status update events to this channel whenever a delivery progresses through its lifecycle.

Provider: doordash AsyncAPI: v2.6.0 Spec: DoorDash Drive Delivery Webhooks Operations: 1 Messages: 9

Channel address

/webhook

Operations

publish
receiveDeliveryWebhook
Receive delivery status webhooks

Messages

DASHER_CONFIRMED
A Dasher has accepted the delivery and is on the way to the pickup location.
Content-Type:
DASHER_CONFIRMED_PICKUP_ARRIVAL
The Dasher has confirmed arrival at the pickup location and is attempting to pick up the delivery.
Content-Type:
DASHER_CONFIRMED_DROPOFF_ARRIVAL
The Dasher has confirmed arrival at the dropoff location.
Content-Type:
DASHER_DROPPED_OFF
The Dasher has dropped off the delivery at the dropoff location and the delivery is complete.
Content-Type:
DELIVERY_RETURN_INITIALIZED
The Dasher was unable to deliver to the dropoff location and has contacted support to arrange a return-to-pickup delivery.
Content-Type:
DASHER_CONFIRMED_RETURN_ARRIVAL
The Dasher has confirmed arrival at the pickup location to return the delivery.
Content-Type:
DELIVERY_RETURNED
The delivery has been returned successfully to the pickup location.
Content-Type:
DELIVERY_CANCELLED
The delivery has been cancelled. When the reason is failed_to_return, the delivery was unable to be returned.
Content-Type:
DELIVERY_BATCHED
The delivery has been assigned to a batch and will only be assigned to the same Dasher as all other deliveries with the matching force_batch_id.
Content-Type:

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.