Heroic Labs · Authentication Profile

Heroic Labs Authentication

Authentication

Heroic Labs secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

CompanyGamingGame BackendMultiplayerReal-TimeLiveOpsOpen SourceDeveloper ToolsBackend as a Service
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

BasicAuth http
scheme: basic
BearerJwt apiKey
· in: header (Authorization)
HttpKeyAuth apiKey
· in: header (http_key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/heroic-labs-nakama-console-openapi-original.json, openapi/heroic-labs-nakama-openapi-original.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: BasicAuth
  type: http
  scheme: basic
  sources:
  - openapi/heroic-labs-nakama-console-openapi-original.json
  - openapi/heroic-labs-nakama-openapi-original.json
- name: BearerJwt
  type: apiKey
  in: header
  parameter: Authorization
  sources:
  - openapi/heroic-labs-nakama-console-openapi-original.json
  - openapi/heroic-labs-nakama-openapi-original.json
- name: HttpKeyAuth
  type: apiKey
  in: header
  parameter: http_key
  sources:
  - openapi/heroic-labs-nakama-openapi-original.json