Skip to content

Validate User

Ken Williamson edited this page Jan 25, 2020 · 2 revisions

Validate User

Method: POST

URL: http://localhost:3001/rs/user/login

Request headers Example:

Content-Type = application/json

Request Body Example:

{
   "username":"admin",
   "password":"admin",
   "clientId":10   
}

Response:

{
    "valid": true,
    "code": "10"
}