cURL
curl --request POST \ --url https://api.gtmapis.com/v1/prospect/email \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "person_linkedin_url": "<string>" } '
{ "email": "<string>", "all_emails": [ {} ], "found": true, "credits_charged": 123 }
Find email addresses for a person using their LinkedIn profile URL
POST /v1/prospect/email
curl -X POST https://api.gtmapis.com/v1/prospect/email \ -H "Content-Type: application/json" \ -H "X-API-Key: gtm_test_your_key_here" \ -d '{ "person_linkedin_url": "https://linkedin.com/in/janesmith" }'
{ "email": "jane@acme.com", "all_emails": ["jane@acme.com", "j.smith@acme.com"], "found": true, "credits_charged": 1 }
{ "email": "", "all_emails": [], "found": false, "credits_charged": 0 }
{ "error": "Bad Request", "message": "person_linkedin_url is required" }
{ "error": "Unauthorized", "message": "Invalid API key" }
Outbound prospecting
CRM enrichment
Lead qualification