Paramètres
API Keys
Create and manage your API keys for programmatic integration.
API Keys
Create an API key
- Settings > API Keys > + New key
- Name your key (e.g., "Zapier Production", "Reporting Script")
- Select permissions (read-only or read/write)
- Copy the key immediately — it will no longer be visible after closing
Usage
Include the key in the header of your API requests:
Authorization: Bearer your_api_key
Main endpoints
| Endpoint | Method | Description |
|---|---|---|
| /api/v1/leads | GET | List leads |
| /api/v1/leads | POST | Create a lead |
| /api/v1/deals | GET | List deals |
| /api/v1/campaigns | GET | List campaigns |
| /api/v1/performance | GET | Performance metrics |
Limits
- Rate limit: 100 requests/minute per key
- Number of keys: 5 per account (Starter plan), unlimited (Business+)
- Expiration: Keys do not expire unless manually revoked
Security
- Never share your API keys
- Use different keys per application
- Revoke compromised keys immediately
- Prefer read-only keys when possible
Need more help? Check out our practical guides, our blog or contact support.