B2BEnrich API
string · required string · minLength: 1 · required string · required
string · required string · minLength: 1 · required string · required
Validate an email address (1 credit)
POST
https://api.b2benrich.com
/v1/validate/email
Check deliverability, quality, risk, sender details, domain info, and breach history for an email address. Cost: 1 credit per request.
Headers
X-Api-KeyValidate an email address (1 credit) › Request Body
Request body for email validation.
emailThe email address to validate.
Example: john.doe@gmail.com
Validate an email address (1 credit) › Responses
Successful Response
Wrapper returned by the ``/v1/validate/email`` endpoint.
status'success' or 'error'.
Full email reputation payload, or null on failure.
Validate a phone number (1 credit)
POST
https://api.b2benrich.com
/v1/validate/phone
Get carrier, location, messaging, validation, registration, risk, and breach data for a phone number. Cost: 1 credit per request.
Headers
X-Api-KeyValidate a phone number (1 credit) › Request Body
Request body for phone validation.
phoneThe phone number to validate.
Example: +14159929960
Optional ISO country code (e.g. 'US') to help resolve national-format numbers.
Example: US
Validate a phone number (1 credit) › Responses
Successful Response
Wrapper returned by the ``/v1/validate/phone`` endpoint.
status'success' or 'error'.
Full phone intelligence payload, or null on failure.