REST APIs and Webhooks are available in Business and Enterprise Package.
Authentication
Any API request needs to haveapi_key
in the params.
Obtaining the Key
To obtain your authentication key, navigate to your Team Settings in the dashboard. Locate the API Key and store it.Using the Key
Addapi_key
in the params of your API call. All API requests must be made over HTTPS.
- Calls made over plain HTTP will fail.
- Any request without
api_key
in the params will also fail.
Key Security
Treat your API key like a password. Keep it confidential and never expose it in public repositories, client-side code, or any other public channels.
Authentication Process
Once you have your API key, include it in the HTTP params of your requests underapi_key
as specified in the API documentation. The header should look like this: