Get login token

This unauthenticated endpoint is used to get the JWT (valid for one day) that must be used in the header of every other request.

Token header parameter key: X-Authorization Token header parameter value: Bearer <your JWT here>

Request
Request Body schema: application/json
string

Refresh token in plain text without any other characters

Responses
200

JWT for authenticating the user to call other endpoints

post/api/login
Request samples
application/json
"string"