Akash Network · Authentication Profile

Akash Authentication

Authentication

Akash Network secures its APIs with apiKey and http across 5 declared security schemes, as derived from its OpenAPI definitions.

Cloud ComputingDecentralizedBlockchainKubernetesGPUAI InferenceCosmosWeb3
Methods: apiKey, http Schemes: 5 OAuth flows: API key in: header

Security Schemes

kms http
scheme: basic
BearerAuth http
scheme: bearer
ApiKeyAuth apiKey
· in: header (x-api-key)
x-user-id apiKey
· in: header (x-user-id)
x-owner-address apiKey
· in: header (x-owner-address)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/akash-blockchain-rest-api.yaml, openapi/akash-console-deployment-api.json, openapi/akash-notifications-api.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: kms
  type: http
  scheme: basic
  sources:
  - openapi/akash-blockchain-rest-api.yaml
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: 'JWT token for authenticated users, sent in "Authorization: Bearer %token" header.'
  sources:
  - openapi/akash-console-deployment-api.json
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: x-api-key
  description: API key for programmatic access.
  sources:
  - openapi/akash-console-deployment-api.json
- name: x-user-id
  type: apiKey
  in: header
  parameter: x-user-id
  sources:
  - openapi/akash-console-deployment-api.json
  - openapi/akash-notifications-api.json
- name: x-owner-address
  type: apiKey
  in: header
  parameter: x-owner-address
  sources:
  - openapi/akash-console-deployment-api.json
  - openapi/akash-notifications-api.json