v3

latestOpenAPI 3.1.02026-07-318648277.6 KB
People Enrichment

B2B Person Profile to Email

Provide a B2B person profile and get back the work email of the person.

post/v1/people/b2b-profile-email

Request body

profile_urlstring required

B2B person profile URL or slug

Response

Successful response with profile and email details

profile_urlstring
credits_consumedinteger
messagestring
emailstring

Example response

{
  "profile_url": "alex-rivera",
  "credits_consumed": 5,
  "message": "Email Found.",
  "email": "alex.rivera@example.com"
}