🚧

The results for single verifications are not stored in our system and are not available on​ the dashboard.

Result Codes

Within the response is a result property containing an integer that correlates to a result code listed int the table below. For more information about result codes visit our help docs.

Result IntegerDescription
0Valid
1Invalid
2Disposable
3Catchall
4Unknown

Result Details

📘

The result_details property has been depreciated.

Result Detail IntegerDescription
0No additional details available
1Bad Syntax

📘

Point of Entry Usage

A common scenario for using the single endpoint is to verify emails at the point of entry; helping to keep your user base or newsletter list clean. At the point of entry, we suggest allowing valid, catchall, and unknown emails to proceed while blocking only disposable and invalid emails. It is important to allow unknown results to proceed as they may occur more frequently with the single endpoint than it does with bulk verification.

Additionally, we’ve found that with some smaller email hosts it is not uncommon to take several seconds (sometimes tens of seconds) to respond. It’s, for this reason, we suggest enforcing a client side timeout of approximately 10 seconds in your HTTP request library (ie: Curl, Guzzle, Httparty, etc…) and treat any timeouts as unknowns.

Language
Click Try It! to start a request and see the response here!