Creating an API Key
To create an API key, navigate to apikeys.do and click on the"claim" link. The UUIDv4 token will be given to you via the URL, and you can use it to authenticate your requests.
Authenticating Requests
To authenticate your requests, you must include your API key in theAuthorization header. The value of the Authorization header should be Bearer <API_KEY>, where <API_KEY> is your API key.
Query Parameter Authentication
You can also authenticate your requests by including your API key in theapiKey query parameter.