v1

latestOpenAPI 3.0.32026-08-0621531.1 KB
Authentication

Obtain an authentication token

Returns a JSON object with a token key. Also available as GET with the same parameters supplied in the query string. Returns 401 Unauthorized when authentication fails, or 422 Unprocessable Entity when 2-step verification is enabled and token2fa is missing or wrong.

post/auth/login.json

Response

Token issued.

tokenstring

Authentication token, valid for one day.

All 21 operations