Skip to main content
POST
/
v1
/
people
/
b2b-profile
Email Address to B2B Profile
curl --request POST \
  --url https://api.leadmagic.io/v1/people/b2b-profile \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "work_email": "[email protected]",
  "personal_email": "[email protected]"
}
'
{
  "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

Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).

Body

application/json
work_email
string

Provide the Work Email of the person

personal_email
string

Provide the Personal Email of the person

Response

200 - application/json

Successful response with B2B profile details

profile_url
string
Example:

"jouellette"

message
string
Example:

"Profile URL found"

credits_consumed
integer
Example:

10