API Key Types
Test keys only work with test data and don’t trigger real webhooks or affect production resources.
Using Your API Key
Include your API key in theAuthorization header:
Environment Variables
We recommend storing your API key in an environment variable:- Node.js
- Python
Key Rotation
To rotate an API key:- Create a new key in the dashboard
- Update your application to use the new key
- Delete the old key
Scoped Keys
Enterprise plans support scoped API keys with limited permissions:Rate Limits
API requests are rate limited based on your plan:
When rate limited, you’ll receive a
429 response with a Retry-After header.