Skip to main content
POST
This is a public endpoint that does not require authentication.

Body

string
required
The email address of the account
string
required
The account password

Response

string
JWT access token for authenticated requests
string
JWT refresh token for obtaining new access tokens
integer
Token expiration time in seconds
string
Type of token (always “bearer”)

Error Responses

object
Error details when authentication fails
The API will return a 401 Unauthorized status code with “Invalid credentials” message in these cases:
  • User with provided email does not exist
  • Password verification fails