Documentation

Everything you need to integrate with the LeadMagic API Gateway.

Quick Start

1Get your API key

Create an account and generate an API key from the dashboard.

Create account →

2Add vendor credentials

Connect your enrichment providers like LeadMagic, Findymail, or Hunter.

3Make your first request

curl -X POST https://api.leadmagic.io/v1/enrich \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"firstName": "John", "lastName": "Doe", "company": "Acme"}'