Flowdock (Discontinued) · Authentication Profile

Flowdock Authentication

Authentication

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

Team ChatTeam InboxCollaborationReal-Time MessagingIntegrationsDiscontinued
Methods: http, oauth2 Schemes: 3 OAuth flows: authorizationCode API key in:

Security Schemes

oauth2 oauth2
· flows: authorizationCode
basicAuth http
scheme: basic
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/flowdock-rest-api-openapi.yml, openapi/flowdock-scim-api-openapi.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.flowdock.com/oauth/authorize
    tokenUrl: https://api.flowdock.com/oauth/token
    scopes: 3
  sources:
  - openapi/flowdock-rest-api-openapi.yml
- name: basicAuth
  type: http
  scheme: basic
  description: Email + password, or personal API token as the username.
  sources:
  - openapi/flowdock-rest-api-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  description: SCIM bearer token issued during SSO setup.
  sources:
  - openapi/flowdock-scim-api-openapi.yml