Creating an API Key
- Navigate to Settings → API Keys in the dashboard.
- Click Create API Key.
- Choose a permission scope:
- Full Access: Can send emails, manage domains, webhooks, and contacts.
- Sending Only: Can only send transactional and campaign emails (recommended for worker servers).
- Save your secret key immediately. For security reasons, secret keys cannot be displayed again after creation.
Revoking an API Key
If an API key is no longer needed:- Open the API Keys table.
- Click the three-dot menu
...next to the key. - Click Revoke. All subsequent requests using this key will immediately return an HTTP
401 Unauthorized.