v1

latestSwagger 2.0AGPL2026-07-178792264.9 KB
user

Returns a JWT Token and UUID attached to user

post/auth

Request body

passwordstring required
usernamestring required

Example request

{
  "password": "sipcapture",
  "username": "admin"
}

Response

UserLoginSuccessResponse

scopestring

the uuid

tokenstring

the token

Example response

{
  "scope": "b9f6q23a-0bde-41ce-cd36-da3dbc17ea12",
  "token": "JWT Token"
}