Formstack · OAuth Scopes

Formstack OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://www.formstack.com/api/v2/oauth2/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.

FormsDocumentseSignatureWorkflow AutomationNo-CodeOAuth2
Scopes: 4 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://www.formstack.com/api/v2/oauth2/authorize
Token URL
https://www.formstack.com/api/v2/oauth2/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
forms_read Read forms authorizationCode
forms_write Manage forms authorizationCode
submissions_read Read submissions authorizationCode
submissions_write Manage submissions authorizationCode

Source

OAuth Scopes

formstack-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/formstack-openapi.yml
schemes:
- name: oauth2
  source: openapi/formstack-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.formstack.com/api/v2/oauth2/authorize
    tokenUrl: https://www.formstack.com/api/v2/oauth2/token
  description: OAuth 2.0 authorization code flow.
scopes:
- scope: forms_read
  description: Read forms
  flows:
  - authorizationCode
  sources:
  - openapi/formstack-openapi.yml
- scope: forms_write
  description: Manage forms
  flows:
  - authorizationCode
  sources:
  - openapi/formstack-openapi.yml
- scope: submissions_read
  description: Read submissions
  flows:
  - authorizationCode
  sources:
  - openapi/formstack-openapi.yml
- scope: submissions_write
  description: Manage submissions
  flows:
  - authorizationCode
  sources:
  - openapi/formstack-openapi.yml