Login
Authentication
Login
Authenticate with email and password to receive a JWT token.
POST
Login
Login
Authenticate a user with email and password to receive a JWT token for subsequent API requests.Authentication
No authentication required.Registered email address
User password
Example Request
Response
Status Codes
| Code | Description |
|---|---|
200 | Login successful |
400 | Invalid request (missing fields) |
401 | Invalid email or password |
403 | Email not verified |
Token Usage
The returned JWT token should be included in theAuthorization header for authenticated requests:

