Verify single email

This endpoint helps verify a single email address.

If an email takes longer than 10 seconds to verify, the endpoint will return the status as “pending”. In that case, you may use the /verify/single/status to check the status of the verification job.

Alternatively, you can send a webhook_url to receive the results instead of polling the status endpoint.

Query Parameters

api_keystring Required

Your API key

Body Parameters

emailstring

The email address to verify

webhook_urlstring

Optional webhook url to receive results on

Response

200
Object

Response Attributes

statusstring Required

Verification status

Enum values:
success
indicates the verification job is finished and the final verification result is returned.
pending
indicates that the email is pending verification and that you should check the status in a few minutes
emailstring Required

The email address submitted for this verification

verification_statusstring Required

Result

Enum values:
valid
The email is valid and safe to send emails to
invalid
The email is invalid, or is risky to send emails to
catch_allboolean Required

Whether this email is in a catch_all domain or not

creditsnumber Required

Your verification credit balance

credits_usednumber Required

Credits used for this verification

Was this section helpful?

What made this section unhelpful for you?

Language Box

POST

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?