v1
latestOpenAPI 3.0.32026-07-17211919.7 KBauth
Authenticate user
post/auth/login
Request body
Example request
{
"username": "admin",
"password": "secretpassword",
"twoFactorCode": "123456"
}Response
Login successful
{
"username": "admin",
"password": "secretpassword",
"twoFactorCode": "123456"
}Login successful