Client panel authentication
POST/clients/authenticate
JSON-RPC
clients.authenticate
The method is used to authenticate the user in the Client panel. On success, the client object is returned. Otherwise, the error is raised.
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
Client object.
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred