Endpoint
Authentication
This endpoint does not require authentication (it’s used to obtain the token).Request Body
Username for authentication
User password
Response
JWT token to use for authenticated requests
User information
Example Request
Example Response
Error Responses
Invalid Credentials
Validation Error
Store the
access_token securely and include it in the Authorization header for subsequent requests: Authorization: Bearer {access_token}