Bond · Authentication Profile

Bond Authentication

Authentication

Bond secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyUnited StatesBanking as a ServiceEmbedded FinanceFintechPaymentsCard IssuingDeposit AccountsMoney MovementACHKYCKYBCreditOpen Finance
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

Identity apiKey
· in: header (Identity)
Authorization apiKey
· in: header (Authorization)

Source

Authentication Profile

bond-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.bond.tech/reference/authentication
docs: https://docs.bond.tech/reference/authentication
summary:
  types: [apiKey]
  api_key_in: [header]
  oauth2_flows: []
  note: >-
    Bond uses a two-part API key: an Identity value and an Authorization value,
    both sent as request headers. The key identifies the Bond account (brand),
    not an individual team member. Keys are created and managed in the Bond Portal.
schemes:
  - name: Identity
    type: apiKey
    in: header
    parameter: Identity
    description: >-
      The Identity portion of the Bond API key (e.g. a UUID). Sent on every
      request alongside the Authorization header.
    sources: [https://docs.bond.tech/reference/authentication]
  - name: Authorization
    type: apiKey
    in: header
    parameter: Authorization
    description: >-
      The secret Authorization portion of the Bond API key. Sent on every request
      alongside the Identity header.
    sources: [https://docs.bond.tech/reference/authentication]
required_headers:
  - name: Identity
    required: true
  - name: Authorization
    required: true
  - name: content-type
    required: true
    values: application/json
    applies_to: [POST, PATCH, DELETE]
key_management:
  portal: https://portal.bond.tech
  notes: >-
    An account may hold any number of API keys. All keys currently grant access
    to every endpoint on the platform. Separate keys exist per environment
    (sandbox vs production).