Clockify · Authentication Profile

Clockify Authentication

Authentication

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

Time TrackingTimesheetsProductivityProject ManagementReportingInvoicingWorkforce
Methods: apiKey Schemes: 3 OAuth flows: API key in: header

Security Schemes

AddonKeyAuth apiKey
· in: header (x-addon-token)
ApiKeyAuth apiKey
· in: header (x-api-key)
MarketplaceKeyAuth apiKey
· in: header (x-marketplace-token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/clockify-openapi.json
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: AddonKeyAuth
  type: apiKey
  in: header
  parameter: x-addon-token
  sources:
  - openapi/clockify-openapi.json
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: x-api-key
  sources:
  - openapi/clockify-openapi.json
- name: MarketplaceKeyAuth
  type: apiKey
  in: header
  parameter: x-marketplace-token
  sources:
  - openapi/clockify-openapi.json