Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).
Successful response with employee details
"Data found for the given comapny."
402
20
1
[
{
"first_name": "Suzanne",
"last_name": "Quentin",
"title": "Director, Talent Development",
"website": "http://www.gong.io",
"company_name": "Gong"
},
{
"first_name": "Brea",
"last_name": "Porter",
"title": "Senior Product Manager",
"website": "http://www.gong.io",
"company_name": "Gong"
},
{
"first_name": "Damian",
"last_name": "Cowell",
"title": "Sr Director of Product Management",
"website": "http://www.gong.io",
"company_name": "Gong"
}
]