v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Account

Account:Token

Create a token for a given account

post/v2/accounts/token

Request body

usernamestring required
passwordstring required

Response

Create a token for a given account

tokenstring
accessTokenExpiresAtstring
2faVerificationRequiredboolean
2faSetupRequiredboolean

Example response

{
  "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c",
  "accessTokenExpiresAt": "2026-07-14T15:56:03+02:00"
}