Skip to main content

Get a new authorization token

Generates an API token valid for 60 minutes.

Request Body REQUIRED
username string REQUIRED

Application username

password string REQUIRED

Application password

Responses
201

A token has been successfully generated.

Schema
token string REQUIRED

API token

401

Invalid credentials