v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Authentication

Authenticate

Verifies the credentials of the connection attempt.

post/auth-api/v2/authenticate

Request body

userIdentifierstring required

Unique integer used to identify a user.

userSecretstring required

A personal code that identifies an authorized user of the API endpoint.

Example request

{
  "userIdentifier": "Qw**********",
  "userSecret": "Zj**********"
}

Response

OK

All 103 operations