Skip to main content
POST

Autorisaties

x-api-key
string
header
vereist

Identifies the partner software. Issued by Codaclean. Required on every call, including POST /token.

Body

application/json
username
string
vereist

The user's Codaclean login.

password
string
vereist

The user's password, Base64-encoded.

Respons

Token issued.

idToken
string

Send it as Authorization: Bearer <idToken> on every other call. Valid for 1 hour.

refreshToken
string

Valid for 30 days. Returned on a username/password login only; absent from the response to a refresh.