v1

latestOpenAPI 3.0.32026-07-17211919.7 KB
auth

Authenticate user

post/auth/login

Request body

usernamestring required
passwordstring password required
twoFactorCodestring required

Example request

{
  "username": "admin",
  "password": "secretpassword",
  "twoFactorCode": "123456"
}

Response

Login successful

tokenstring
All 21 operations