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

Company employees enrolled in Haekka.

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

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

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

2 operations 2 paths 1 schemas 2 GET

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 Employees 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 2

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

Employees 2

Company employees enrolled in Haekka.

GET
/employees
List employees
listEmployees → 200401
GET
/employees/{employee_id}
Get an employee
getEmployee 1 param → 200401404

Schemas 1

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

Employee
object
An active employee in the company.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

haekka-employees-api-openapi.yml Raw ↑

Other APIs Haekka publishes across the network.

Haekka Employee Trainings API
Haekka Trainings API