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

Kenjo Time Off API

Absences, time-off requests, types, statuses, and balances.

Kenjo Time Off API is one of 8 APIs that Kenjo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Time Off. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 5 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against 2 base URLs: https://api.kenjo.io/api/v1, https://sandbox-api.kenjo.io/api/v1.

6 operations 5 paths 6 schemas 3 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.kenjo.io/api/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Kenjo Time Off API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token obtained from POST /auth/login by exchanging a Kenjo API key.

Paths & Operations 6

Across 5 paths, the API surfaces 6 operations — 3 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Time Off 6

Absences, time-off requests, types, statuses, and balances.

GET
/time-off-requests
List time-off requests
listTimeOffRequests → 200401
POST
/time-off-requests
Create a time-off request
createTimeOffRequest body → 201401
POST
/time-off-requests/processed
Create a pre-approved time-off request
createProcessedTimeOffRequest body → 201401
GET
/time-off-types
List time-off types
listTimeOffTypes → 200401
GET
/time-off-status
List time-off statuses
listTimeOffStatus → 200401
PUT
/time-off/set-balance/{timeOffTypeId}/{employeeId}
Set a time-off balance
setTimeOffBalance 2 params body → 200401

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are TimeOffRequestInput (5 properties), GenericList (4 properties), Error (2 properties), BalanceInput (1 property). Each schema is shown below with its type and property counts.

TimeOffRequestList
Error
object
2 properties
BalanceInput
object
1 property 1 required
GenericList
object
4 properties
TimeOffRequest
TimeOffRequestInput
object
5 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kenjo-time-off-api-openapi.yml Raw ↑

Other APIs Kenjo publishes across the network.

Kenjo Attendance API
Kenjo Authentication API
Kenjo Compensation API
Kenjo Documents API
Kenjo Employees API
Kenjo Organization API
Kenjo Recruiting API