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

Haekka Employee Trainings API

Per-employee training assignments and completion state.

Haekka Employee Trainings API is one of 3 APIs that Haekka publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Employee Trainings. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://app.haekka.com/api/public.

3 operations 2 paths 1 schemas 2 GET1 PATCH

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://app.haekka.com/api/public
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

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

  • bearerAuth — API key generated in Haekka account settings, passed as Authorization: Bearer {key}.

Paths & Operations 3

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

Employee Trainings 3

Per-employee training assignments and completion state.

GET
/employee_trainings
List employee trainings
listEmployeeTrainings → 200401
GET
/employee_trainings/{employee_training_id}
Get an employee training
getEmployeeTraining 1 param → 200401404
PATCH
/employee_trainings/{employee_training_id}
Update an employee training
updateEmployeeTraining 1 param body → 200400401404

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is EmployeeTraining (5 properties). Each schema is shown below with its type and property counts.

EmployeeTraining
object
A per-employee training assignment and its completion state.
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

haekka-employee-trainings-api-openapi.yml Raw ↑

Other APIs Haekka publishes across the network.

Haekka Employees API
Haekka Trainings API