grubhub · Example Payload

Grubhub Error Example

Grubhub Error 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

errormessagestatus

Example Payload

Raw ↑
{
  "error": "sample-value",
  "message": "Operation completed successfully.",
  "status": 30
}