Skip to main content
POST
Validate an email address

Authorizations

Authorization
string
header
required

API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.

Body

application/json
email
string<email>
required

The email address to validate.

Example:

"user@example.com"

Response

Validation result

email
string<email>

The email address that was validated.

is_valid
boolean

Whether the email address is considered valid.

evaluations
object

Detailed evaluation results.

should_block
boolean

Whether this email should be blocked from receiving emails.

block_reason
enum<string> | null

The reason the email should be blocked, if applicable.

Available options:
invalid_syntax,
invalid,
disposable_email,
null
validated_at
string

When the validation was performed.

Example:

"2026-03-03 10:00:00"