This is an endpoint to request your JWT token and verify the connection and authorization is working correctly.

The authorization token consists of 2 things: an API key, API Secret

API Key

The API Key belongs to an user within the client application where the connection is made to. This key is used to identify the user and is part of the generated token.

API Secret

The API Secret belongs to the client application where the connection is made to. This secret is used to hash the token parts into the authorization token.