PayFit · Authentication Profile

Payfit Authentication

Authentication

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

PayrollHuman ResourcesHR TechEurope PayrollTime and AttendanceEmployee Management
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
apiKeyAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

payfit-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/payfit-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: OAuth 2.0 bearer token for Partner API integrations.
  sources:
  - openapi/payfit-openapi.yml
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: Private API key for Customer API direct access.
  sources:
  - openapi/payfit-openapi.yml