cURL
curl --request POST \ --url https://api.gtmapis.com/v1/prospect/phone \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "person_linkedin_url": "<string>" } '
{ "phone": "<string>", "found": true, "credits_charged": 123 }
Find phone numbers for a person using their LinkedIn profile URL
POST /v1/prospect/phone
curl -X POST https://api.gtmapis.com/v1/prospect/phone \ -H "Content-Type: application/json" \ -H "X-API-Key: gtm_test_your_key_here" \ -d '{ "person_linkedin_url": "https://linkedin.com/in/janesmith" }'
{ "phone": "+14155551234", "found": true, "credits_charged": 5 }
{ "phone": "", "found": false, "credits_charged": 0 }
{ "error": "Bad Request", "message": "person_linkedin_url is required" }
{ "error": "Unauthorized", "message": "Invalid API key" }
Direct dial prospecting
CRM enrichment
Multi-channel sequences