User
Log In ๐
Authenticate and log in to your account. You can use email or username to log in.
post/api/v1/user/login
Request body
Example request
{
"email": "oleg_vinnyk@gmail.com",
"password": "password123"
}Response
Access and refresh tokens
Example response
{
"access_token": "eyJasdasd",
"refresh_token": "eyJasdasdasd"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.