Golioth · Authentication Profile

Golioth Authentication

Authentication

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

IoTDevice ManagementFirmwareZephyrOTAEmbeddedConnectivity
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

API Key apiKey
· in: header (x-api-key)
Bearer apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/golioth-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: API Key
  type: apiKey
  in: header
  parameter: x-api-key
  sources:
  - openapi/golioth-openapi.yml
- name: Bearer
  type: apiKey
  in: header
  parameter: Authorization
  sources:
  - openapi/golioth-openapi.yml