Flipdish · OAuth Scopes

Flipdish OAuth Scopes

OAuth 2.0 derived

Flipdish publishes 1 OAuth 2.0 scope via the implicit and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Flipdish API on a user’s behalf.

Tokens are issued from https://api.flipdish.co/identity/connect/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.

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks
Scopes: 1 Flows: implicit, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://api.flipdish.co/identity/connect/authorize
Token URL
https://api.flipdish.co/identity/connect/token
Flows
implicitclientCredentials

Scopes (1)

ScopeDescriptionFlows
api Access to the Flipdish API clientCredentials, implicit

Source

OAuth Scopes

flipdish-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/flipdish-apps-openapi.json, openapi/flipdish-catalog-openapi.json, openapi/flipdish-customers-openapi.json,
  openapi/flipdish-devices-openapi.json, openapi/flipdish-marketing-openapi.json, openapi/flipdish-menus-openapi.json,
  openapi/flipdish-orders-openapi.json, openapi/flipdish-payments-openapi.json, openapi/flipdish-platform-openapi.json,
  openapi/flipdish-stores-openapi.json
schemes:
- name: oauth2
  source: openapi/flipdish-apps-openapi.json
  flows:
  - flow: implicit
    authorizationUrl: https://api.flipdish.co/identity/connect/authorize
  - flow: clientCredentials
    tokenUrl: https://api.flipdish.co/identity/connect/token
  description: OAuth 2.0. Implicit grant for first-party portal apps; client credentials grant
    for server-to-server App Store apps (exchange Client ID + Secret Key for a bearer access
    token).
- name: oauth2
  source: openapi/flipdish-catalog-openapi.json
  flows:
  - flow: implicit
    authorizationUrl: https://api.flipdish.co/identity/connect/authorize
  - flow: clientCredentials
    tokenUrl: https://api.flipdish.co/identity/connect/token
  description: OAuth 2.0. Implicit grant for first-party portal apps; client credentials grant
    for server-to-server App Store apps (exchange Client ID + Secret Key for a bearer access
    token).
- name: oauth2
  source: openapi/flipdish-customers-openapi.json
  flows:
  - flow: implicit
    authorizationUrl: https://api.flipdish.co/identity/connect/authorize
  - flow: clientCredentials
    tokenUrl: https://api.flipdish.co/identity/connect/token
  description: OAuth 2.0. Implicit grant for first-party portal apps; client credentials grant
    for server-to-server App Store apps (exchange Client ID + Secret Key for a bearer access
    token).
- name: oauth2
  source: openapi/flipdish-devices-openapi.json
  flows:
  - flow: implicit
    authorizationUrl: https://api.flipdish.co/identity/connect/authorize
  - flow: clientCredentials
    tokenUrl: https://api.flipdish.co/identity/connect/token
  description: OAuth 2.0. Implicit grant for first-party portal apps; client credentials grant
    for server-to-server App Store apps (exchange Client ID + Secret Key for a bearer access
    token).
- name: oauth2
  source: openapi/flipdish-marketing-openapi.json
  flows:
  - flow: implicit
    authorizationUrl: https://api.flipdish.co/identity/connect/authorize
  - flow: clientCredentials
    tokenUrl: https://api.flipdish.co/identity/connect/token
  description: OAuth 2.0. Implicit grant for first-party portal apps; client credentials grant
    for server-to-server App Store apps (exchange Client ID + Secret Key for a bearer access
    token).
- name: oauth2
  source: openapi/flipdish-menus-openapi.json
  flows:
  - flow: implicit
    authorizationUrl: https://api.flipdish.co/identity/connect/authorize
  - flow: clientCredentials
    tokenUrl: https://api.flipdish.co/identity/connect/token
  description: OAuth 2.0. Implicit grant for first-party portal apps; client credentials grant
    for server-to-server App Store apps (exchange Client ID + Secret Key for a bearer access
    token).
- name: oauth2
  source: openapi/flipdish-orders-openapi.json
  flows:
  - flow: implicit
    authorizationUrl: https://api.flipdish.co/identity/connect/authorize
  - flow: clientCredentials
    tokenUrl: https://api.flipdish.co/identity/connect/token
  description: OAuth 2.0. Implicit grant for first-party portal apps; client credentials grant
    for server-to-server App Store apps (exchange Client ID + Secret Key for a bearer access
    token).
- name: oauth2
  source: openapi/flipdish-payments-openapi.json
  flows:
  - flow: implicit
    authorizationUrl: https://api.flipdish.co/identity/connect/authorize
  - flow: clientCredentials
    tokenUrl: https://api.flipdish.co/identity/connect/token
  description: OAuth 2.0. Implicit grant for first-party portal apps; client credentials grant
    for server-to-server App Store apps (exchange Client ID + Secret Key for a bearer access
    token).
- name: oauth2
  source: openapi/flipdish-platform-openapi.json
  flows:
  - flow: implicit
    authorizationUrl: https://api.flipdish.co/identity/connect/authorize
  - flow: clientCredentials
    tokenUrl: https://api.flipdish.co/identity/connect/token
  description: OAuth 2.0. Implicit grant for first-party portal apps; client credentials grant
    for server-to-server App Store apps (exchange Client ID + Secret Key for a bearer access
    token).
- name: oauth2
  source: openapi/flipdish-stores-openapi.json
  flows:
  - flow: implicit
    authorizationUrl: https://api.flipdish.co/identity/connect/authorize
  - flow: clientCredentials
    tokenUrl: https://api.flipdish.co/identity/connect/token
  description: OAuth 2.0. Implicit grant for first-party portal apps; client credentials grant
    for server-to-server App Store apps (exchange Client ID + Secret Key for a bearer access
    token).
scopes:
- scope: api
  description: Access to the Flipdish API
  flows:
  - clientCredentials
  - implicit
  sources:
  - openapi/flipdish-apps-openapi.json
  - openapi/flipdish-catalog-openapi.json
  - openapi/flipdish-customers-openapi.json
  - openapi/flipdish-devices-openapi.json
  - openapi/flipdish-marketing-openapi.json
  - openapi/flipdish-menus-openapi.json
  - openapi/flipdish-orders-openapi.json
  - openapi/flipdish-payments-openapi.json
  - openapi/flipdish-platform-openapi.json
  - openapi/flipdish-stores-openapi.json