Bolt · Authentication Profile

Bolt Authentication

Authentication

Bolt secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in: header

Security Schemes

api-key apiKey
· in: header (X-API-Key)
oauth oauth2
· flows: authorizationCode

Source

Authentication Profile

bolt-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/bolt-api-reference-openapi.yaml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: api-key
  type: apiKey
  in: header
  parameter: X-API-Key
  sources:
  - openapi/bolt-api-reference-openapi.yaml
- name: oauth
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: /v1/oauth/authorize
    tokenUrl: /v1/oauth/token
    scopes: 3
  sources:
  - openapi/bolt-api-reference-openapi.yaml