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.string
required
Registered email address
string
required
User password
Example Request
Response
Status Codes
Token Usage
The returned JWT token should be included in theAuthorization header for authenticated requests:

