Skip to main content

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
200

Return a 200 status to indicate that the data was received successfully

400

Bad Request

401

Unauthorized

500

Internal Server Error