-
Notifications
You must be signed in to change notification settings - Fork 1
Validate User
Ken Williamson edited this page Jan 25, 2020
·
2 revisions
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"
}
GoAuth2Users is maintained by Ulbora Labs LLC and others.