Settings
API Keys
Create and manage API keys for programmatic access.
API keys allow external applications to interact with your dubbl organization through the REST API. Navigate to Settings > API Keys.
Creating an API Key
- Click New API Key
- Enter a descriptive name (e.g., "Zapier Integration")
- The key is displayed once - copy and store it securely
- The key cannot be viewed again after creation
Managing Keys
| Field | Description |
|---|---|
| Name | Descriptive label for the key |
| Created | When the key was created |
| Last Used | When the key was last used |
| Status | Active or Revoked |
Revoking a Key
If a key is compromised or no longer needed:
- Find the key in the list
- Click Revoke
- The key is immediately deactivated
Security Best Practices
- Use separate keys for separate integrations
- Revoke keys that are no longer in use
- Never share keys in public repositories or logs
- Rotate keys periodically
Using the API
See the API Reference for documentation on available endpoints and authentication.