Personal Email Finder
Provide a B2B Profile URL and get back the personal emails of the person.
Request body
Response
Successful response with personal email details
Example response
{
"profile_url": "alex-rivera",
"credits_consumed": 2,
"message": "Personal Email Found.",
"name": "Alex Rivera",
"first_personal_email": "alex-riveral@gmail.com",
"personal_emails": [
"alex-riveral@gmail.com"
]
}Changes
Changed in 1 of the 8 revisions of this API.8
- ▲
the
allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status400response-property-type-changed
- ▲
the
allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status402response-property-type-changed
- ▲
the
allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status429response-property-type-changed
- ▲
the
allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status500response-property-type-changed
- ▲
the
oneOf[InvalidApiKeyError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status401response-property-type-changed
- ▲
the
oneOf[MissingAuthenticationError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status401response-property-type-changed
- ▲
the
oneOf[ProfileNotFoundError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status404response-property-type-changed
- ▲
the
oneOf[ResourceNotFoundError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status404response-property-type-changed
- ▲