Skip to main content
POST
Get access token
Stable since 2025-01-01 — unchanged in 2026-04-14.

Authorizations

x-api-key
string
header
required

API key issued by Kira. Required on every request, including /auth.

Body

application/json
client_id
string
required

Your unique client identifier (a UUID), provided by Kira.

Example:

"00000000-0001-0000-0000-001122334455"

password
string
required

The password for your integration credentials, provided by Kira.

Response

Access token issued.

message
string
required
data
object
required

The token payload. In the POST /auth 200 response this object arrives nested under data in the { message, data } envelope — read data.access_token, not a top-level access_token.