Authentication

To authenticate your API requests and authorize access on behalf of your application, you need to include the API key in the header of your requests as follows:

Authorization: api-key YOUR_API_KEY

🚧

Be careful

The API key serves as a unique identifier for your application and should be treated with the same level of sensitivity as passwords. It must not be shared or distributed to untrusted parties.