Skip to main content
POST
Check which emails exist

Authorizations

Authorization
string
header
required

API key authentication. Use your API key as the bearer token.

Body

application/json
emails
string<email>[]
required

Array of email addresses to check existence for

Required array length: 1 - 10000 elements

Response

Email existence check results

existing
string<email>[]
required

Emails that exist in the contact list

missing
string<email>[]
required

Emails that do not exist in the contact list