Unleash · Authentication Profile

Unleash Authentication

Authentication

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

Feature FlagsFeature ManagementProgressive DeliveryA/B TestingOpen SourceDeveloper Tools
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

apiKey apiKey
· in: header (Authorization)
bearerToken http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/unleash-admin-api-openapi.yml, openapi/unleash-client-api-openapi.yml, openapi/unleash-frontend-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter: Authorization
  description: API key needed to access this API
  sources:
  - openapi/unleash-admin-api-openapi.yml
  - openapi/unleash-client-api-openapi.yml
  - openapi/unleash-frontend-api-openapi.yml
- name: bearerToken
  type: http
  scheme: bearer
  description: API key needed to access this API, in Bearer token format
  sources:
  - openapi/unleash-admin-api-openapi.yml
  - openapi/unleash-client-api-openapi.yml
  - openapi/unleash-frontend-api-openapi.yml