Flowdesk · Authentication Profile

Flowdesk Authentication

Authentication

Flowdesk secures its APIs with oauth2 and http across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).

CompanyFintechCryptoDigital AssetsTradingLiquidityMarket MakerOTCWebSocket
Methods: oauth2, http Schemes: 2 OAuth flows: clientCredentials API key in:

Security Schemes

bearerAuth http
scheme: bearer
oauth2 oauth2
· flows: clientCredentials

Source

Authentication Profile

flowdesk-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.flowdesk.co/getting-started/authentication
notes: >-
  Derived from Flowdesk Platform Connect developer documentation and the docs
  site runtime config (docs.flowdesk.co/config.js), which declares the Auth0
  tenant, API host, and WebSocket host. No downloadable OpenAPI document is
  published by the docs site (the reference is rendered client-side in
  Docusaurus), so scheme details below are captured from the published docs
  surface rather than derived from a spec file.
summary:
  types:
  - oauth2
  - http
  bearer_format: JWT
  oauth2_flows:
  - clientCredentials
  identity_provider: Auth0
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearer_format: JWT
  description: >-
    Requests to the Platform Connect REST API (api.flowdesk.co) and WebSocket
    channel (ws.flowdesk.co) are authorized with a JWT bearer token in the
    Authorization header.
  sources:
  - https://docs.flowdesk.co/getting-started/authentication
- name: oauth2
  type: oauth2
  provider: Auth0
  auth_domain: login.flowdesk.co
  flows:
  - flow: clientCredentials
    tokenUrl: https://login.flowdesk.co/oauth/token
  description: >-
    OAuth 2.0 tokens are issued through Flowdesk's Auth0 tenant
    (login.flowdesk.co). The documentation includes a JWT generation reference
    (docs.flowdesk.co/reference/jwt-generate) for producing the bearer token
    presented to the API.
  sources:
  - https://docs.flowdesk.co/reference/jwt-generate
  - https://docs.flowdesk.co/config.js
hosts:
  api: https://api.flowdesk.co
  websocket: wss://ws.flowdesk.co
  auth: https://login.flowdesk.co