API
Enrich by domain
Run the verification pipeline on business domains you already have.
POST/api/v1/enrich
Already have leads? Pass up to 10 domains and get the full enrichment pipeline — no search required. 1 lead per domain, every one verified. Returns a search_id to poll like a search.
| leads | Required. Array of lead objects (max 10). |
| leads[].domain | Required. Business domain, e.g. "acme.com". |
| leads[].business_name | Optional. Improves accuracy. |
| leads[].city / .state | Optional. |
bash
curl -X POST https://leadmarina.com/api/v1/enrich \
-H "Authorization: Bearer lm_live_xxxx" \
-H "Content-Type: application/json" \
-d '{ "leads": [{ "domain": "acme.com", "city": "Austin", "state": "TX" }] }'