Jitsu · Authentication Profile

Jitsu Authentication

Authentication

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

Event DataCDPData PipelineAnalyticsOpen SourceIngestion
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

WriteKeyHeader apiKey
· in: header (X-Write-Key)
WriteKeyBasic http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/jitsu-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: WriteKeyHeader
  type: apiKey
  in: header
  parameter: X-Write-Key
  description: Write Key in the form keyId:keySecret.
  sources:
  - openapi/jitsu-openapi.yml
- name: WriteKeyBasic
  type: http
  scheme: basic
  description: HTTP Basic auth with the Write Key as the username (password empty).
  sources:
  - openapi/jitsu-openapi.yml