Base URL
Authentication
- Head to your account settings and click on API keys
- Click on Create API key
- Enter a descriptive name and choose the minimum set of scopes you need for your integrations
- Create and copy the generated token
- Send that token in your API headers e.g.
X-API-TOKEN: YOUR_TOKEN
Making requests
Include your token and aContent-Type: application/json header with all requests. Example: