Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Validate one email (email) or a batch (emails). At most 100 addresses per request across both fields.

email
string

Single email address to validate.

Example:

"maria@example.com"

emails
string[]

Batch of email addresses to validate (max 100).

Maximum array length: 100
Example:

Response

Validation results, one per submitted address.

results
object[]
required

One result per submitted address, in the same order.

summary
object
required