Authenticate user and generate JWT token

Use this route to request an API token that can be used for requests. Token expires in 7 days. Should you get a 401 back, from the API, request a new token.

Body Params

Username and password to authenticate user

string
required

Username to use for authentication

string
required

Password to use for authentication

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json