To access our API you must first request an API key from us. Once you have this key you must include it in the authorization header of each request as a bearer token
It might looks somthing like this if your apikey is myAPIkey123Testing
Authorization: Bearer myAPIkey123Testing
The APIKey should be kept secret, our API monitoring system will track the number of calls being made using the key and also the source of the requests for security purposes.