AbsenceSoft · Authentication Profile

Absencesoft Authentication

Authentication

AbsenceSoft secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the password and clientCredentials flow(s).

CompanyLeave ManagementAbsence ManagementAccommodationsHR TechComplianceFMLAADAHuman Resources
Methods: oauth2 Schemes: 1 OAuth flows: password, clientCredentials API key in:

Security Schemes

OAuth2 oauth2
· flows: password, clientCredentials

Source

Authentication Profile

absencesoft-authentication.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://absencesoft.stoplight.io/docs/api-specs/46b38f624d360-welcome-to-the-absence-soft-api
docs: https://absencesoft.com/apis/
summary:
  types: [oauth2]
  oauth2_flows: [password, clientCredentials]
  transport: https-only
schemes:
- name: OAuth2
  type: oauth2
  description: >-
    The AbsenceSoft REST API uses OAuth2 for authorization, supporting both the
    resource-owner password credentials flow and the client credentials flow.
    All API communication is HTTPS-only across every endpoint.
  flows:
  - flow: password
  - flow: clientCredentials
  sources: [docs]
notes: >-
  AbsenceSoft is API-first: the REST APIs available to customers are the same
  ones that power the AbsenceSoft (AbsenceTracker) application itself. Token and
  authorization endpoints are documented in the provider's Stoplight developer
  portal behind customer login; scope names were not published on the public
  surface and are intentionally omitted here rather than fabricated.