post https://{nurevaDeviceIP}/api/v1/auth/login
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"
}