API Keys and Developer Access

Generate API keys to access CRM data programmatically.

What this does

API keys let you access your CRM data from external applications, scripts, or integrations.

When to use it

Generate an API key when you need to build custom integrations, sync data with other systems, or automate workflows using external tools.

Step by step

  1. Go to Settings in the main menu
  2. Open the API tab
  3. Click + Generate New Key
  4. Give the key a descriptive Name (e.g. "Zapier Integration")
  5. Copy the API key — it's only shown once
  6. Use the key in the Authorization header: Bearer your-api-key

Tips

  • Store API keys securely — never share them in emails or public code
  • Create separate keys for each integration so you can revoke them independently
  • Revoke keys you no longer use by clicking the delete icon
  • API rate limits apply — see the API documentation for details