POST
/
b2b-profile
curl --request POST \
  --url https://api.leadmagic.io/b2b-profile \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "work_email": "jesse@leadmagic.io",
  "personal_email": "jesseouel@gmail.com"
}'
{
  "profile_url": "jouellette",
  "message": "Profile URL found",
  "credits_consumed": 10
}
You must provide either the Work Email or the Personal Email in your request.
Rate Limit: 300 requests per minute.
Contact our support team if you need to increase your requests per minute.
Charges 10 credits for a valid profile found.

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Successful response with B2B profile details

The response is of type object.