Runs a check to ensure that the user has the correct account role and password to login. On a successful response, receive an authorization parameter, which should be used to fill the part of the Authorization header for other endpoint requests. Authorization headers should look like 'Nureva authParameters', where authParameters is the authorization parameter from the response.

Example Request Body

{
    "account": "admin",
    "password": "ABC-ABC-ABC"
}
Language
URL
Click Try It! to start a request and see the response here!