Endpoint
Request body
Username of the account to login to.
Password for the account.
Response
JWT token valid for 30 days. Use this token in the
Authorization header for authenticated requests.Response format
Returns a plain text JWT token string:Error codes
400 Bad Request
Payload was malformed, or the username or password was incorrect.Exception:
UsernameOrPasswordIncorrectExceptionThis error occurs when:- The username does not exist
- The password is incorrect
- Request body is missing required fields