Authentication

All API requests must be authenticated using an API key. This key is generated from the settings tab on your dashboard. Include the API key in the x-api-key header when making requests.

For Example:

x-api-key: your_api_key_here

Last updated