Skip to main content
POST
Login

Login

Authenticate a user with email and password to receive a JWT token for subsequent API requests.

Authentication

No authentication required.
string
required
Registered email address
string
required
User password

Example Request

Response

Status Codes

Token Usage

The returned JWT token should be included in the Authorization header for authenticated requests:

Token Expiration

JWT tokens expire after 24 hours. After expiration, users must log in again to obtain a new token.

Error Response - Email Not Verified

If the user’s email is not verified:
Use the Resend Verification endpoint to request a new verification email.