Login and retrieve token
Use this endpoint to get a JWT token. The token is alive for 1 hour. Signin endpoint should be could again only when the last JWT has expired.
| Request Body Authentication used to retrieve a token |
|---|
username string — REQUIRED |
password string — REQUIRED |
| Responses |
|---|
200Return a 200 status to indicate that the data was received successfully |
400Bad Request |
401Unauthorized |
500Internal Server Error |