Login to application

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"
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Headers
string
required

Identifier for the integration application or service. This is intended for you to specify the name of your integration. Use this same value every time your integration calls into the Nureva device. There is no strict format as long as the value is limited to 500 characters. For example, "MyCompany Integration", "Power API", "SyncMaster", "Cloud Orchestrator", "Ultimate Audio Overlord" are all acceptable values.

string
required

Identifier for the integration version. This is intended for you to specify the version of your integration application or service. There is no strict format as long as the value is limited to 500 characters. For example, "1", "2.0", "1.5.2", "beta", "1.0.0-alpha", "1.0.0+20250102" are all acceptable values.

Body Params

The request for Login endpoint.

string
enum
required

The role.

Allowed:
string
required

The password for the account.

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json