Cobalt · Authentication Profile

Cobalt Authentication

Authentication

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

AutomationEmbedded iPaaSIntegrations
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

apiKey apiKey
· in: header (x-api-key)
sessionToken apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/cobalt-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter: x-api-key
  description: API key for authentication. Found in Cobalt dashboard under Settings > Developer
    > Setup tab.
  sources:
  - openapi/cobalt-api-openapi.yml
- name: sessionToken
  type: apiKey
  in: header
  parameter: Authorization
  description: Session token generated via the Session Token endpoint.
  sources:
  - openapi/cobalt-api-openapi.yml