v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
User

Authenticates an existing user based on their email and their password. If successful, an access token and a refresh token will be returned. If the account is protected with two-factor authentication, temporary token is returned to finish the verification.

post/api/user/token-auth/

Request body

emailstring email
usernamestring email

Deprecated. Use email instead.

passwordstring required

Response

OR