Otter · Authentication Profile

Otter Authentication

Authentication

Otter secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

OAuth2.0 oauth2
· flows: clientCredentials, authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/otter-public-api-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: OAuth2.0
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: /v1/auth/token
    scopes: 27
  - flow: authorizationCode
    authorizationUrl: /v1/auth/oauth2/authorize
    tokenUrl: /v1/auth/token
    scopes: 2
  description: "The **Authorization API** is based on the [OAuth2.0 protocol](https://tools.ietf.org/html/rfc6749),\
    \ supporting the (Client Credentials)[https://datatracker.ietf.org/doc/html/rfc6749#section-4.4]\
    \ and the (Authorization Code)[https://datatracker.ietf.org/doc/html/rfc6749#section-4.1]\
    \ flows. Resources expect a valid token sent as a `Bearer` token in the HTTP `Authorization`\
    \ header.\n### Scopes\nScopes "
  sources:
  - openapi/otter-public-api-openapi.yml