Buk · Authentication Profile

Buk Authentication

Authentication

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

Human ResourcesPayrollHR TechTime and AttendanceBenefitsRecruitingPerformance ManagementEmployee RecordsLatin AmericaChileSaaSWebhooks
Methods: apiKey Schemes: 4 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (token)
ProviderAuth apiKey
· in: header (x-provider-name)
ProviderToken apiKey
· in: header (x-provider-token)
auth_token apiKey
· in: header (auth_token)

Source

Authentication Profile

Raw ↑
generated: '2026-08-08'
method: derived
source: openapi/buk-asistencia-api-openapi.yml, openapi/buk-attendance-biometrics-api-openapi.yml,
  openapi/buk-data-access-api-brasil-openapi.yml, openapi/buk-data-access-api-chile-openapi.yml,
  openapi/buk-data-access-api-colombia-openapi.yml, openapi/buk-data-access-api-mexico-openapi.yml,
  openapi/buk-data-access-api-peru-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: token
  sources:
  - openapi/buk-asistencia-api-openapi.yml
- name: ProviderAuth
  type: apiKey
  in: header
  parameter: x-provider-name
  description: |-
    Provider name header used by the clocking ingestion endpoint.
    Works in conjunction with `x-provider-token`.
  sources:
  - openapi/buk-attendance-biometrics-api-openapi.yml
- name: ProviderToken
  type: apiKey
  in: header
  parameter: x-provider-token
  description: |-
    Provider secret token used by the clocking ingestion endpoint.
    Works in conjunction with `x-provider-name`.
  sources:
  - openapi/buk-attendance-biometrics-api-openapi.yml
- name: auth_token
  type: apiKey
  in: header
  parameter: auth_token
  sources:
  - openapi/buk-data-access-api-brasil-openapi.yml
  - openapi/buk-data-access-api-chile-openapi.yml
  - openapi/buk-data-access-api-colombia-openapi.yml
  - openapi/buk-data-access-api-mexico-openapi.yml
  - openapi/buk-data-access-api-peru-openapi.yml