Edgegap · Authentication Profile

Edgegap Authentication

Authentication

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

Game ServersOrchestrationEdge ComputingMatchmakingHosting
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

AuthToken apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/edgegap-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: AuthToken
  type: apiKey
  in: header
  parameter: Authorization
  description: 'API token generated in the Edgegap dashboard (User Settings / Tokens), sent
    as `Authorization: token <your_token>`.'
  sources:
  - openapi/edgegap-openapi.yml