Absentify · Authentication Profile

Absentify Authentication

Authentication

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

Absence ManagementHRLeave ManagementMicrosoft TeamsHuman Resources
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKey apiKey
· in: header (X-API-KEY)
ApiKeyAuth apiKey
· in: header (x-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/absentify-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKey
  type: apiKey
  in: header
  parameter: X-API-KEY
  sources:
  - openapi/absentify-openapi.yml
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: x-api-key
  description: API key from your absentify account settings. Requires Plus plan.
  sources:
  - openapi/absentify-openapi.yml