Auth
Log in
Authenticate with username and password and return an access token.
post/auth/token
Headers
user-agentstring nullable
x-real-ipstring nullable
x-forwarded-forstring nullable
x-client-ipstring nullable
Cookies
session_idinteger nullable
Response
Successful Response
Example response
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"token_type": "bearer"
}