v1

latestOpenAPI 3.1.02026-08-0653126213.6 KB
Authentication

Token

Get a token by logging in with your Keycloak credentials. username and password are required. See "Request body" below. The username field can also be an e-mail address.

Returns HTTP 200 containing bearer token:

{
    "access_token": (str)
}

Raises HTTP 401 if username/password is incorrect. Raises HTTP 423 if the IP has exceeded the maximum number of login attempts.

post/v1/token

Response

Successful Response

access_tokenstring required
refresh_tokenstring nullable
id_tokenstring nullable
All 53 operations