Flowdock (Discontinued) · OAuth Scopes

Flowdock (Discontinued) OAuth Scopes

OAuth 2.0 derived

Flowdock (Discontinued) publishes 3 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Flowdock (Discontinued) API on a user’s behalf.

Tokens are issued from https://api.flowdock.com/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.

Team ChatTeam InboxCollaborationReal-Time MessagingIntegrationsDiscontinued
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.flowdock.com/oauth/authorize
Token URL
https://api.flowdock.com/oauth/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
flow Read and write flow content. authorizationCode
private Read and write private conversations. authorizationCode
profile Read user profile. authorizationCode

Source

OAuth Scopes

flowdock-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/flowdock-rest-api-openapi.yml
schemes:
- name: oauth2
  source: openapi/flowdock-rest-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.flowdock.com/oauth/authorize
    tokenUrl: https://api.flowdock.com/oauth/token
scopes:
- scope: flow
  description: Read and write flow content.
  flows:
  - authorizationCode
  sources:
  - openapi/flowdock-rest-api-openapi.yml
- scope: private
  description: Read and write private conversations.
  flows:
  - authorizationCode
  sources:
  - openapi/flowdock-rest-api-openapi.yml
- scope: profile
  description: Read user profile.
  flows:
  - authorizationCode
  sources:
  - openapi/flowdock-rest-api-openapi.yml