ObertObert
Integrations

API Keys

Generate API keys for programmatic access to the Obert API.

API keys let you access Obert's API programmatically — build custom integrations, automate workflows, or pull data into your own tools.

Generate an API key

  1. Open SettingsIntegrations.
  2. Scroll to DeveloperAPI Keys.
  3. Click Create API Key.
  4. Enter a name for the key (e.g., "CRM sync" or "Custom dashboard").
  5. Click Create.
  6. Copy the key immediately — it's only shown once.

API key creation dialog

Store your API key securely. It provides full access to your workspace data. If compromised, delete it and create a new one.

Use the API key

Include the key in the Authorization header of your API requests:

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.obert.io/api/leads

See the API Reference for all available endpoints.

Manage keys

  • View keys — Settings → Integrations → API Keys shows all active keys with their names and creation dates.
  • Delete a key — click the delete icon next to a key. This immediately revokes access. Any integration using that key will stop working.

Rate limits

API keys share the same rate limits as the Obert web interface. If you're making many requests, implement exponential backoff on 429 responses.

On this page