BoldSign · Authentication Profile

Boldsign Authentication

Authentication

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

E-SignatureElectronic SignatureDocument ManagementEmbedded SigningWebhooksTemplatesIdentity VerificationCompliance
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

Bearer apiKey
· in: header (Authorization)
X-API-KEY apiKey
· in: header (X-API-KEY)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/boldsign-esignature-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: Bearer
  type: apiKey
  in: header
  parameter: Authorization
  description: 'Format ''Bearer'' [space] [TOKEN]. Ex: ''Bearer eyJhbGciOiJIUzI1N'''
  sources:
  - openapi/boldsign-esignature-openapi.yml
- name: X-API-KEY
  type: apiKey
  in: header
  parameter: X-API-KEY
  description: 'Format [API-KEY]. Ex: ''abcdef12345'''
  sources:
  - openapi/boldsign-esignature-openapi.yml