Introduction
- 06 Jun 2025
- 1 Minute to read
- Print
- DarkLight
Introduction
- Updated on 06 Jun 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Authorizationv1
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.