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 Attendance API

Attendance and time-tracking entries.

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

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

This API exposes 8 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.

8 operations 5 paths 6 schemas 1 DELETE4 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 Attendance 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 8

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

Attendance 8

Attendance and time-tracking entries.

GET
/attendances
List attendances
listAttendances 2 params → 200401
POST
/attendances
Create an attendance
createAttendance body → 201401
GET
/attendances/{attendanceId}
Get an attendance
getAttendance 1 param → 200401404
PUT
/attendances/{attendanceId}
Update an attendance
updateAttendance 1 param body → 200401
DELETE
/attendances/{attendanceId}
Delete an attendance
deleteAttendance 1 param → 204401
POST
/attendances/track-time
Track an attendance entry
trackTime body → 200401
GET
/attendances/categories
List attendance categories
listAttendanceCategories → 200401
GET
/attendances/expected-time
List expected time per user
listExpectedTime 2 params → 200401

Schemas 6

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

AttendanceList
Error
object
2 properties
GenericList
object
4 properties
AttendanceInput
object
7 properties
Attendance
TrackTimeInput
object
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kenjo-attendance-api-openapi.yml Raw ↑

Other APIs Kenjo publishes across the network.

Kenjo Authentication API
Kenjo Compensation API
Kenjo Documents API
Kenjo Employees API
Kenjo Organization API
Kenjo Recruiting API
Kenjo Time Off API