Authentication
Authenticate
Verifies the credentials of the connection attempt.
post/auth-api/v2/authenticate
Request body
Example request
{
"userIdentifier": "Qw**********",
"userSecret": "Zj**********"
}Response
OK
Verifies the credentials of the connection attempt.
{
"userIdentifier": "Qw**********",
"userSecret": "Zj**********"
}OK