Login

Generate JWT

Generates a new JWT for the user associated with the API key making the request

get/login/jwt

Query parameters

time_to_liveinteger

The time to live of the generated JWT in minutes (defaults to maximum allowed)

Response

The JWT

string required

Changes