v51

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
Authentication

User Login

Authenticate a user and respond with a token.

post/v1/login

Request body

usernamestring required
passwordstring required
methodstring

Choosen 2FA method.

requestIdstring

Request ID provided by server in response to 2FA method selection.

challengestring

2FA challenge provided by server

responsestring

2FA response provided by client

Response

Successful login.

tokenstring

Authentication token.

userIdinteger
systemAccessRightsinteger
changePasswordboolean

Indicates if password change is required for this user.

graceLoginsinteger

Number of grace logins left if password change is required.