Uber Eats · OAuth Scopes

Uber Eats OAuth Scopes

OAuth 2.0 derived

Uber Eats publishes 8 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Uber Eats API on a user’s behalf.

Tokens are issued from https://auth.uber.com/oauth/v2/token.

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.

Uber EatsUber DirectFood DeliveryLast-Mile LogisticsRestaurantsMenusOrdersFulfillmentCourierOAuth2
Scopes: 8 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://auth.uber.com/oauth/v2/token
Flows
clientCredentials

Scopes (8)

ScopeDescriptionFlows
eats.deliveries Create and manage Uber Direct deliveries clientCredentials
eats.menu Manage menus clientCredentials
eats.menu.read Read menus clientCredentials
eats.menu.write Write menus clientCredentials
eats.order Manage orders clientCredentials
eats.store Access to store operations clientCredentials
eats.store.orders.read Read store orders clientCredentials
eats.store.status.write Update store status clientCredentials

Source

OAuth Scopes

uber-eats-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/uber-direct-openapi.yml, openapi/uber-eats-openapi.yml
schemes:
- name: oauth2
  source: openapi/uber-direct-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.uber.com/oauth/v2/token
- name: oauth2
  source: openapi/uber-eats-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.uber.com/oauth/v2/token
scopes:
- scope: eats.deliveries
  description: Create and manage Uber Direct deliveries
  flows:
  - clientCredentials
  sources:
  - openapi/uber-direct-openapi.yml
- scope: eats.menu
  description: Manage menus
  flows:
  - clientCredentials
  sources:
  - openapi/uber-eats-openapi.yml
- scope: eats.menu.read
  description: Read menus
  flows:
  - clientCredentials
  sources:
  - openapi/uber-eats-openapi.yml
- scope: eats.menu.write
  description: Write menus
  flows:
  - clientCredentials
  sources:
  - openapi/uber-eats-openapi.yml
- scope: eats.order
  description: Manage orders
  flows:
  - clientCredentials
  sources:
  - openapi/uber-eats-openapi.yml
- scope: eats.store
  description: Access to store operations
  flows:
  - clientCredentials
  sources:
  - openapi/uber-eats-openapi.yml
- scope: eats.store.orders.read
  description: Read store orders
  flows:
  - clientCredentials
  sources:
  - openapi/uber-eats-openapi.yml
- scope: eats.store.status.write
  description: Update store status
  flows:
  - clientCredentials
  sources:
  - openapi/uber-eats-openapi.yml