Skip to main content
The Developer Access tab of Organization Settings manages API keys for programmatic access to your DualEntry organization. API keys authenticate external applications and integrations. Only the Admin role can open this tab. To reach this tab, navigate to Settings → Developer Access, accessible from your organization’s name in the top left corner of the screen. The tab has two sub-tabs: API Keys and Webhooks, which lets you create and manage webhooks directly in the UI, not just via the API. This page covers only API Keys; for the event catalog, payload format, and signature verification, see Webhooks. A key carries roles of its own, chosen when you create it, and is not tied to the user who created it. For the procedure, including how to choose those roles and hand the key over safely, see How to Give an Integration Access to DualEntry.

API key table

Columns in the API key table on the Developer Access tab: The menu on each row offers Edit, which changes the key’s name and roles without invalidating the secret, and Revoke API Key, which takes effect immediately with no confirmation step.

Creating a new API key

Choose the + icon in the top-right corner of the table to generate a new key. Copy and store the full key immediately. It will not be shown again after the dialog closes.

Revoking an API key

Choose the (more options) menu on a key row and choose Revoke. Revoked keys cannot be reactivated. Create a new key if access needs to be restored.
Treat API keys like passwords. Do not share them in plain text or commit them to version control.
Last modified on September 9, 2026