Clockodo · Authentication Profile

Clockodo Authentication

Authentication

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

Absence ManagementBillingProject ManagementStop ClockTime TrackingTimesheets
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

clockodoApiKey apiKey
· in: header (X-ClockodoApiKey)
basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/clockodo-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: clockodoApiKey
  type: apiKey
  in: header
  parameter: X-ClockodoApiKey
  description: Per-user API key. Must be paired with the X-ClockodoApiUser header carrying the
    user's email address.
  sources:
  - openapi/clockodo-openapi.yml
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic auth using the user's email as the username and the API key as the
    password.
  sources:
  - openapi/clockodo-openapi.yml