Developers

API Reference

Double Lead exposes a REST API for building integrations and automations on top of your pipeline data.

Authentication

All API requests require a Bearer token obtained from your dashboard settings. Pass it in the Authorization header:

Authorization: Bearer <your-api-key>

Endpoints

GET/api/companiesList all companies in your pipeline
POST/api/companiesCreate or upsert a company record
GET/api/companies/:idGet a single company with all contacts
POST/api/companies/:id/enrichTrigger enrichment for a company
GET/api/contactsList contacts with optional filters
POST/api/contactsCreate or upsert a contact record
GET/api/sync-statusGet current sync and enrichment status
POST/api/webhooks/inngestInngest webhook event endpoint

Roadmap

liveCompany enrichment API
liveContact upsert
betaWebhook triggers
plannedBulk export endpoint
plannedOAuth 2.0 flow
plannedRate limit headers