Login/password
Authentication using login-password pair
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"result": {
"token": "8ba4aee8-f509-41d0-9c59-232e828a41a6",
"username": "test",
"role": ""
},
"status": "ok"
}{
"msg": "User or password incorrect",
"code": 108,
"httpCode": 400,
"typeError": "ERROR",
"errorVariables": {},
"payload": null,
"status": "ERROR"
}
Last updated
Was this helpful?