v1
latestOpenAPI 3.0.32026-08-0631918.6 KBAuthenticate password
Authenticates a user using their username and password. The value of this username may correspond to the user's username, phone number, or email (based on what was used to register their password credentials).
post/v1/auth/password/authenticate
Request body
Example request
{
"username": "<ADD USERNAME HERE>",
"password": "MyPassword123$",
"username_type": "username"
}Response
Returns user tokens