Skip to main content
The A-Char API gives your systems the same access to your HR data that the dashboard has. Both run on one implementation, so an endpoint behaves identically whichever one calls it.

Base URL

Every path in this reference is relative to that.

Your first request

What a key can reach

A key belongs to a person and acts within one organization. Responses are limited to that organization, and the key’s scopes decide which operations it may perform. See Authentication before you start.

Methods

Versioning

The version is in the path. v1 will not change in a breaking way — new fields may be added, so ignore fields you do not recognize rather than failing on them.

OpenAPI

The specification is generated from the running server, not written by hand, so it always matches current behaviour. Feed it to a client generator rather than writing a client yourself: