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

Training courses configured for the company.

Haekka 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 Trainings. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 3 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 3 paths 1 schemas 2 GET1 POST

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 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 3 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Trainings 3

Training courses configured for the company.

GET
/trainings
List trainings
listTrainings → 200401
GET
/trainings/{training_id}
Get a training
getTraining 1 param → 200401404
POST
/trainings/assign
Assign a training to employees
assignTraining body → 200400401

Schemas 1

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

Training
object
A training course configured for the company.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

haekka-trainings-api-openapi.yml Raw ↑

Other APIs Haekka publishes across the network.

Haekka Employee Trainings API
Haekka Employees API