Scrive · OAuth Scopes

Scrive OAuth Scopes

OAuth 2.0 derived

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

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

E-SignatureElectronic SigningDigital Identitye-IDBankIDMitIDNordicDocument Workflow
Scopes: 6 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://oauth2.scrive.com/oauth2/authorization
Token URL
https://oauth2.scrive.com/oauth2/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
doc:check Read documents authorizationCode
doc:create Create documents authorizationCode
doc:send Send documents authorizationCode
full Full access authorizationCode
offline_access Refresh tokens authorizationCode
openid OpenID Connect authorizationCode

Source

OAuth Scopes

scrive-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/scrive-openapi.yml
schemes:
- name: oauth2
  source: openapi/scrive-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://oauth2.scrive.com/oauth2/authorization
    tokenUrl: https://oauth2.scrive.com/oauth2/token
scopes:
- scope: doc:check
  description: Read documents
  flows:
  - authorizationCode
  sources:
  - openapi/scrive-openapi.yml
- scope: doc:create
  description: Create documents
  flows:
  - authorizationCode
  sources:
  - openapi/scrive-openapi.yml
- scope: doc:send
  description: Send documents
  flows:
  - authorizationCode
  sources:
  - openapi/scrive-openapi.yml
- scope: full
  description: Full access
  flows:
  - authorizationCode
  sources:
  - openapi/scrive-openapi.yml
- scope: offline_access
  description: Refresh tokens
  flows:
  - authorizationCode
  sources:
  - openapi/scrive-openapi.yml
- scope: openid
  description: OpenID Connect
  flows:
  - authorizationCode
  sources:
  - openapi/scrive-openapi.yml