grubhub · Example Payload

Grubhub Ingestionjobstatus Example

Grubhub Ingestionjobstatus Example is an example object payload from grubhub, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

job_idstatuserrors

Example Payload

Raw ↑
{
  "job_id": "id-1234567890",
  "status": "COMPLETED",
  "errors": [
    {
      "code": "sample-value",
      "message": "Operation completed successfully."
    }
  ]
}