grubhub · Example Payload

Grubhub Eligibilityresponse Example

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

merchant_ideligiblerequirements

Example Payload

Raw ↑
{
  "merchant_id": "ghm-1234567890",
  "eligible": false,
  "requirements": [
    {
      "requirement": "sample-value",
      "met": true
    }
  ]
}