doordash · Example Payload

Doordash Report Ready Payload Example

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

Top-level fields

report_idreport_typestatusdownload_urlerror_messagecreated_atcompleted_at

Example Payload

Raw ↑
{
  "report_id": "D-12345",
  "report_type": "financial",
  "status": "SUCCEEDED",
  "download_url": "https://example.com/path/abc123",
  "error_message": "example",
  "created_at": "2026-06-02T14:30:00Z",
  "completed_at": "2026-06-02T14:30:00Z"
}