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

emailstring email nullable
usernamestring nullable
passwordstring required

Example request

{
  "email": "oleg_vinnyk@gmail.com",
  "password": "password123"
}

Response

Access and refresh tokens

access_tokenstring required
refresh_tokenstring required

Example response

{
  "access_token": "eyJasdasd",
  "refresh_token": "eyJasdasdasd"
}

Changes

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