TheFork · OAuth Scopes

TheFork OAuth Scopes

OAuth 2.0 derived

TheFork uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

Tokens are issued from https://auth.thefork.io/oauth/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.

RestaurantReservationsBookingDiningPoint Of SaleMarketplace
Scopes: 0 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://auth.thefork.io/oauth/token
Flows
clientCredentials

Scopes (0)

TheFork implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

TheFork does not use or document OAuth scopes; access is granted via an Auth0 client credentials flow (client_id/client_secret exchanged for a bearer token), with POS/Partners access controlled by API keys rather than scopes (https://docs.thefork.io/B2B-API/authentication).

Source

OAuth Scopes

thefork-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/thefork-b2b-openapi.yml
docs: https://docs.thefork.io/B2B-API/authentication
note: TheFork does not use or document OAuth scopes; access is granted via an Auth0
  client credentials flow (client_id/client_secret exchanged for a bearer token),
  with POS/Partners access controlled by API keys rather than scopes
  (https://docs.thefork.io/B2B-API/authentication).
schemes:
- name: OAuth2ClientCredentials
  source: openapi/thefork-b2b-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.thefork.io/oauth/token
  description: Auth0 OAuth 2.0 client credentials flow. Exchange client_id and client_secret
    for a bearer token at https://auth.thefork.io/oauth/token with audience https://api.thefork.io.
    Tokens expire after 8600 seconds.
scopes: []