Authentication
Body
usernamestringRequired
passwordstringRequired
Responses
200
Login successful
application/json
400
Bad request; Missing mandatory body
application/json
403
Cannot login user. Account is either disabled or a precondition is missing.
application/json
post
/loginPOST /login HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 37
{
"username": "text",
"password": "text"
}{
"token": "text",
"id": "text"
}