API requests authentication
Receiving API key
To receive or change the API key, log in to the Business Account and go to the Company profile → API key section.
Securely store the received key and don't disclose it to third parties. You can generate the new API key instead of the current one if necessary.
Requests authentication
To make API requests, you must send the previously obtained key in the X-Api-Key header for all requests:
X-Api-Key: {API_KEY}