Body
Media type: application/json
Type: any
Example:
{
"username": "demo",
"password": "demo",
"appname": "getmeasure"
}
HTTP status code 200
OK
Body
Media type: application/json
Type: any
Example:
{
"IDUser": 1,
"Username": "demo",
"Password": "demo",
"AppName": "getmeasure",
"Connect": true,
"Role": "Viewer",
"AccessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc2NzQyMzgsImlzcyI6ImRlbW8iLCJyb2xlIjoiVmlld2VyIn0.60y2HqUEbgrLTMpncFh-hhdBAej-O4u9EMXw6scMRXw",
"RefreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc3MDY2MzgsImlzcyI6ImRlbW8iLCJyb2xlIjoiVmlld2VyIn0.hk8WZPlq92O5MqXs-duAlgtMtWcM1-9InE4OQStChYE"
}
HTTP status code 404
User not Found
Body
Media type: application/json
Type: any
Example:
{
"reason": "Error: user not found"
}