Everything you need to integrate with the LeadMagic API Gateway.
Quick start guide to set up your API gateway
API key management and security best practices
Configure multi-provider enrichment flows
Complete API documentation and examples
Connect your enrichment providers like LeadMagic, Findymail, or Hunter.
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"}'