Skip to main content
POST

Autorisations

x-api-key
string
header
requis

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

Corps

application/json
username
string
requis

The user's Codaclean login.

password
string
requis

The user's password, Base64-encoded.

Réponse

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.