Introduction

Prev Next

Authorization

Authorization API Documentation

This endpoint can be used to request a JWT token and verify that the connection and authorization process is working correctly. The authorization token is based on two components: an API Key and an API Secret.


API Key

The API Key belongs to a user within the client application that initiates the connection. It is used to identify the user and is included in the generated token.


API Secret

The API Secret belongs to the client application that initiates the connection. It is used to sign (hash) the token components and generate the authorization token.


Test

Use the Test Authorization endpoint to verify that the authentication credentials are being sent correctly.