&photo=true
at the end of the API endpoint. We will bill you 0.2 extra credits for each successful profile photo added.
To find the full name and avatar of an email owner, you must add the &append=true
in the validation endpoint and you will pay 2 extra credits for each successful data enrichment.
Important Note
If you are using this API in a sign-up form, you must considerDeliverable
, Accept-all
, and Unknown
statuses as valid,so you do not miss out on new sign-ups.Another simple way is by checking the
send_transactional
parameter:If its value is 1
, the email is eligible for being a new user.Authorizations
API key for authentication
Query Parameters
Your Debounce API key
The email address you want to validate
If set to true, returns profile photo (extra credits apply)
If set to true, enriches with full name and avatar (extra credits apply)
If set to true, detects G Suite accept-all emails
Response
Validation successful
The email address you are requesting to validate.
"test@example.com"
The final result of the validation process. This response will help to determine whether you should send marketing emails to a recipient or not.
Invalid
, Risky
, Safe to Send
, Unknown
"Safe to Send"
Is your call successful or not (0: no, 1: yes). If your credits are zero or you have provided an invalid API key, you will receive a 0 response.
0
, 1
1
Is the email role-based or not. Role emails such as "sales@", "webmaster@" etc., are not suitable for sending marketing emails to.
false
Is the email from a free email provider - like Gmail - or not.
true
Is it suggested that you send transactional emails to the recipient or not (0: no, 1: yes). Generally, it is suggested to send transactional emails to Valid, Accept-all, and Unknown emails.
0
, 1
1
If you use a misspelled email address like someemail@gmial.com, the validation engine tries to suggest you the corrected email address.
""
Remaining balance on your account after the current API call.
4921