cURL
curl --request POST \ --url https://api.leadmagic.io/role-finder \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "company_name": "leadmagic", "company_domain": "leadmagic.io", "job_title": "ceo" }'
{ "name": "Jesse Ouellette", "profile_url": "https://www.linkedin.com/in/jesseoue", "first_name": "Jesse", "last_name": "Ouellette", "message": "Role Found", "credits_consumed": 2, "company_name": "Leadmagic", "company_website": "leadmagic.io" }
Provide the company name or domain and the required job title, and retrieve the corresponding person.
Successful response with role details
The response is of type object.
object
Was this page helpful?