Authentication
Login to Account
Authenticate user with email and password
POST
This is a public endpoint that does not require authentication.
Body
The email address of the account
The account password
Response
JWT access token for authenticated requests
JWT refresh token for obtaining new access tokens
Token expiration time in seconds
Type of token (always “bearer”)
Error Responses
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
