cURL
curl --request POST \ --url https://api.gtmapis.com/v1/prospect/email-to-person \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "email": "<string>" } '
{ "person": { "linkedin_url": "<string>", "first_name": "<string>", "last_name": "<string>", "full_name": "<string>", "title": "<string>", "headline": "<string>", "location": "<string>", "company_name": "<string>", "email": "<string>", "phone": "<string>" }, "found": true, "credits_charged": 123 }
Reverse lookup a person profile from an email address
POST /v1/prospect/email-to-person
curl -X POST https://api.gtmapis.com/v1/prospect/email-to-person \ -H "Content-Type: application/json" \ -H "X-API-Key: gtm_test_your_key_here" \ -d '{ "email": "jane@acme.com" }'
Show Person fields
{ "person": { "linkedin_url": "https://linkedin.com/in/janesmith", "first_name": "Jane", "last_name": "Smith", "full_name": "Jane Smith", "title": "VP of Sales", "headline": "Driving revenue growth at Acme", "location": "San Francisco, CA", "company_name": "Acme Inc", "email": "jane@acme.com", "phone": "+14155551234" }, "found": true, "credits_charged": 1 }
{ "person": null, "found": false, "credits_charged": 0 }
{ "error": "Bad Request", "message": "email is required" }
{ "error": "Unauthorized", "message": "Invalid API key" }
Inbound lead enrichment
CRM deduplication
Event follow-up