v51

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01228315499.3 KB
authentication

Returns the JWT access token for the provided user login data if the login was successful. This is usually only called from an OAuth2 client!

post/authentication/login

Response

Successful Response

access_tokenstring required

Value of the JWT

access_token_expiresstring date-time required
refresh_tokenstring required

For obtaining a new access token

refresh_token_expiresstring date-time required
token_typestring required

Type of the Token