ankr · Authentication Profile

Ankr Authentication

Authentication

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

Methods: apiKey, http Schemes: 2 OAuth flows: API key in: query

Security Schemes

ApiKeyAuth apiKey
· in: query (API_KEY)
BearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/ankr-advanced-api-openapi.yml, openapi/ankr-automation-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: query
  parameter: API_KEY
  description: Premium Plan API key passed as the trailing path segment.
  sources:
  - openapi/ankr-advanced-api-openapi.yml
- name: BearerAuth
  type: http
  scheme: bearer
  sources:
  - openapi/ankr-automation-api-openapi.yml