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
/v1/oauth/authorize
Token URL
/v1/oauth/token
/v1/oauth/token
Flows
authorizationCode
authorizationCode
Scopes (3)
| Scope | Description | Flows |
|---|---|---|
| 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 |