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

Changes

No recorded changes to this endpoint across all 6 revisions of this API.