Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Absence.io Allowances API

Operations for managing employee leave allowances and balances.

Absence.io Allowances API is one of 7 APIs that Absence.io publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Allowances. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and 3 JSON Schemas.

This API exposes 1 operation across 1 path, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against a single base URL, https://app.absence.io/api/v2.

1 operations 1 paths 4 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Server
https://app.absence.io/api/v2
Authentication
HTTP Hawk
Resource Areas
1

Authentication & Security 1

Absence.io Allowances API declares 1 security scheme for authenticating requests. It uses HTTP hawk authentication (HawkAuth).

  • HawkAuth — Hawk authentication using an API key ID and API key. Generate your API key from your absence.io account profile under the Integrations tab. Use the @hapi/hawk…

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Allowances 1

Operations for managing employee leave allowances and balances.

POST
/allowances
Absence.io List Allowances
listAllowances body → 200401

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Allowance (8 properties), ListRequest (4 properties), AllowanceListResponse (4 properties), Error (2 properties). Each schema is shown below with its type and property counts.

AllowanceListResponse
object
Paginated list response containing allowance records.
4 properties
ListRequest
object
Common request body for list operations with pagination and filtering.
4 properties
Allowance
object
An employee leave allowance record for a specific reason type and year.
8 properties
Error
object
Error response returned when a request fails.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

absence-io-allowances-api-openapi.yml Raw ↑

Other APIs Absence.io publishes across the network.

Absence.io Absences API
Absence.io Departments API
Absence.io Locations API
Absence.io Reason Types API
Absence.io Timespans API
Absence.io Users API