Salah-Eddine
Salah-Eddine
  • Updated

The Email Verifier API allows you to check the validity of professional email addresses in real time, helping you reduce bounce rates and maintain clean, reliable contact lists. It is designed for both individual and bulk email verification, making it ideal for automated workflows or CRM integrations.

1) Single Email Verifier API

The Single Email Verifier API is a GET endpoint that enables you to verify a single email address. You can use this endpoint by passing the email to be verified as a query parameter.

Example request:

curl "https://api.skrapp.io/v3/verify?email=john.doe@skrapp.io&enrich=true" -H "X-Access-Key:Your API Key" -H "Content-Type:application/json"

This is useful when verifying emails one at a time, such as during form submissions or lead entry.

 

2) Bulk Email Verifier API

The Bulk Email Verifier API is a GET endpoint that lets you verify multiple email addresses at once. You must provide all emails as query parameters.

Example request:

curl "https://api.skrapp.io/v3/verify_bulk?email=john.doe@skrapp.io&email=magnus@skrapp.io" -H "X-Access-Key:Your API Key" -H "Content-Type:application/json"

 

3) Authentication & Access

API access is available exclusively to premium accounts. If you're on a free plan, you’ll need to upgrade to unlock this feature.

Each premium account is issued a unique API Access Key, which is used to authenticate your requests. This key is confidential and must be kept secure—it should never be shared with third parties.

To find your API key, log in to your account, go to Settings, and open the Integrations tab. There, you can view and manage your API credentials securely.

Untitled design - 2025-04-15T094118.157.png

For more information about the Email Verifier API, visit: Email Verifier API Reference.

 

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.