Skip to main content
Version: 1.5.1

Single Search: Email Verification

Icypeas provides you with a special route to verify an email address. If you want to know if a specific email address exists, use this route.

caution

Please be aware that you should not use this route if you want to make many searches. You need to use the bulk search instead which is designed to handle thousand of searches in parallel

POSThttps://app.icypeas.com/api/email-verification
BODY PARAMS
email*string

The email address you want to verify.

/email-verification
{
"email": "example-email@icypeas.com"
}
RESPONSES