Each response includes a
success field that indicates whether the request was processed successfully.
success = "1"→ the request was successfulsuccess = "0"→ the request failed, and an error message may be included
debounce object.When a request fails, the
debounce object contains error details.
Success Response
A typical successful response includes:- The validated email address
- A result status such as Safe to Send, Invalid, Disposable, etc.
- Metadata fields (role account, free email, did-you-mean suggestions, etc.)
- Remaining balance
Error Response
When an error occurs, thedebounce object contains information about the failure.Common reasons include invalid API keys, missing parameters, or malformed requests. Example:
Notes
Each endpoint documents its own additional fields, result codes, and metadata. Use this page as a general reference for the overall response structure.

