/api/auth/login
No authentication required.
Request body
The email address associated with the account.
The account password.
Example
Response
200 OKA signed JWT valid for 30 days. Include this token in the
Authorization header for authenticated requests.Example response
Errors
| Status | Description |
|---|---|
401 | Email or password is incorrect, or no account found for that email. Message: "Email ou senha inválidos". |
500 | Internal server error. |