Skip to main content
POST

Authorizations

x-api-key
string
header
required

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

Body

application/json
username
string
required

The user's Codaclean login.

password
string
required

The user's password, Base64-encoded.

Response

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.