Bolt · OAuth Scopes

Bolt OAuth Scopes

OAuth 2.0 derived

Bolt 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 Bolt API on a user’s behalf.

Tokens are issued from /v1/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.

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
/v1/oauth/authorize
Token URL
/v1/oauth/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
bolt.account.manage This scope grants permissions to perform read/edit/delete actions on Bolt Account data authorizationCode
bolt.account.view This scope grants permissions to perform read only actions on Bolt Account data authorizationCode
openid This scope grants permissions that enable Bolt Single Sign-On (SSO) by granting a JSON Web Token (JWT) that stores account data. authorizationCode

Source

OAuth Scopes

bolt-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/bolt-api-reference-openapi.yaml
schemes:
- name: oauth
  source: openapi/bolt-api-reference-openapi.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: /v1/oauth/authorize
    tokenUrl: /v1/oauth/token
scopes:
- scope: bolt.account.manage
  description: This scope grants permissions to perform read/edit/delete actions on Bolt Account
    data
  flows:
  - authorizationCode
  sources:
  - openapi/bolt-api-reference-openapi.yaml
- scope: bolt.account.view
  description: This scope grants permissions to perform read only actions on Bolt Account data
  flows:
  - authorizationCode
  sources:
  - openapi/bolt-api-reference-openapi.yaml
- scope: openid
  description: This scope grants permissions that enable Bolt Single Sign-On (SSO) by granting
    a JSON Web Token (JWT) that stores account data.
  flows:
  - authorizationCode
  sources:
  - openapi/bolt-api-reference-openapi.yaml