POST
/
role-finder
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"
}
Rate Limit: 500 requests per minute.
Charges 2 credits for found role.

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Successful response with role details

The response is of type object.