grubhub · OAuth Scopes
grubhub OAuth Scopes
OAuth 2.0
searched
grubhub publishes 2 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the grubhub API on a user’s behalf.
Tokens are issued from /oauth2/direct/auth.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
Scopes: 2
Flows: clientCredentials
Method: searched
OAuth endpoints
Token URL
/oauth2/direct/auth
/oauth2/direct/auth
Flows
clientCredentials
clientCredentials
Scopes (2)
| Scope | Description | Flows |
|---|---|---|
| anonymous | Anonymous authentication via POST /oauth2/direct/auth (grant_type token). Returns an access token that can be used to browse restaurant information and begin an order without a logged-in diner; any call except checkout is permitted until the session is connected to an authenticated diner. | |
| openid diner | Required scope value when authenticating a diner via POST /oauth2/direct/auth with a signed OpenID token (grant_type token). Links the partner application's user to a Grubhub diner record and returns an access token for making Grubhub API calls on that diner's behalf, including checkout. |
📄 Provider scope reference: https://grubhub-developers.zendesk.com/hc/en-us/articles/115004598023-Open-ID-Authentication