Event Log
The Event Log provides a centralized view of all API requests and webhooks associated with your DashLink account. It is available through the DoorDash Developer Portal.
What the Event Log shows​
- Create-delivery calls
- Quote and accept-quote calls
- Cancel deliveries
- All webhook events
- Delivery IDs associated with each event
- Success vs failure states
Events can be filtered by:
- Type (API / Webhook)
- Name
- Status code
- Environment (sandbox or production)
- Date range
- Specific
external_delivery_id
Limitations​
- Only the last 30 days of history are retained
- Event log is not meant to act as historical tracking storage
- Use your own database + webhooks for long-term event storage
Recommended uses​
- Debugging webhook issues
- Diagnosing delivery failures
- Investigating rate limit issues
- QA during onboarding