API Keys | Documentation | Metrikia

Paramètres

API Keys

Create and manage your API keys for programmatic integration.

API Keys

Create an API key

  1. Settings > API Keys > + New key
  2. Name your key (e.g., "Zapier Production", "Reporting Script")
  3. Select permissions (read-only or read/write)
  4. Copy the key immediately — it will no longer be visible after closing

Usage

Include the key in the header of your API requests:

Authorization: Bearer your_api_key

Main endpoints

EndpointMethodDescription
/api/v1/leadsGETList leads
/api/v1/leadsPOSTCreate a lead
/api/v1/dealsGETList deals
/api/v1/campaignsGETList campaigns
/api/v1/performanceGETPerformance metrics

Limits

  • Rate limit: 100 requests/minute per key
  • Number of keys: 5 per account (Starter plan), unlimited (Business+)
  • Expiration: Keys do not expire unless manually revoked

Security

  • Never share your API keys
  • Use different keys per application
  • Revoke compromised keys immediately
  • Prefer read-only keys when possible

Need more help? Check out our practical guides, our blog or contact support.