Login

Login

Login to the system.

Request
URI
POST
https://{api_host}/api/v2/login
COPY
Request Body

The credential to submit.

credential of type(s) application/json
Required
{
    "password": "string",
    "username": "string"
}
string
password
Required

The password of the vio api user.

string
username
Required

The user name of vio api user.

Authentication
This operation uses the following authentication methods.
Responses
200

token

Returns token of type(s) application/json
{
    "token": "string"
}
string
token
Required

The jwt token after successful authentication.


401
Operation doesn't return any data structure