v3

latestOpenAPI 3.1.02026-07-318648277.6 KB
People Enrichment

Email Address to B2B Person Profile

Use this endpoint to find a B2B person profile based on the provided email.

post/v1/people/b2b-profile

Request body

work_emailstring

Provide the Work Email of the person

personal_emailstring

Provide the Personal Email of the person

Response

Successful response with B2B profile details

profile_urlstring
messagestring
credits_consumedinteger

Example response

{
  "profile_url": "jouellette",
  "message": "Profile URL found",
  "credits_consumed": 10
}