Authentication to our API
Our API uses API keys to authenticate requests with a secret key:
Your API keys can be used to perform different requests depending on the time of integration.
When making requests to our API please follow the example below:
- apiKey: 1234testtest
Any other requests would require you to implement the follow method below.
The code examples shows authentication using the authorization header