latestOpenAPI 3.0.02026-08-10330179317.3 KB

0534e4d70b77

Authentication

Create a token

post/api/v1/sessions

Request body

loginstring required

E-mail

passwordstring required

password

account_idinteger

(optional) The account id to generate the token for

Example request

{
  "login": "labuser@email.com"
}

Response

token created