...
We use OAuth Client Credentials to authorize clients. The Client Credentials are required only to get an Access Token.
Client Credentials include:
...
We use API Key to identify clients and manage API limits for each client. The API Key is required for every request to our API endpoints.
Our default API limits are the following:
1000 requests per day;
1 request per second.
The limits are soft and can be changed by request if required.
...
When you have the secrets, you can receive get Access Token using the API request described below. The Access Token is required to request most of our public API endpoints listed in this documentation.
...