Spektr · Authentication Profile

Spektr Authentication

Authentication

Spektr secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyComplianceRegTechKYBKYCOnboardingTransaction MonitoringFinancial ServicesArtificial IntelligenceEnterprise
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

x-api-key apiKey
· in: header (x-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/spektr-openapi.yml
docs: https://spektr.readme.io/reference/welcome-to-spektr-api-documentation
summary:
  types:
  - apiKey
  api_key_in:
  - header
notes: >-
  Spektr uses a single API-key scheme. Keys are generated in the developer
  dashboard (Settings) and sent on every request in the x-api-key header.
  Keys are workspace-scoped. Webhook deliveries are separately authenticated
  with an HMAC secret (see conventions/ and asyncapi/).
schemes:
- name: x-api-key
  type: apiKey
  in: header
  parameter: x-api-key
  description: You can generate API keys in settings from the developer dashboard.
  sources:
  - openapi/spektr-openapi.yml