Validate an email address
Emails
Validate an email address
Validate an email address by checking syntax, DNS records, mailbox existence, and whether it is a disposable or role-based address.
POST
Validate an email address
Documentation Index
Fetch the complete documentation index at: https://docs.sendkit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
Body
application/json
The email address to validate.
Example:
"user@example.com"
Response
Validation result
The email address that was validated.
Whether the email address is considered valid.
Detailed evaluation results.
Whether this email should be blocked from receiving emails.
The reason the email should be blocked, if applicable.
Available options:
invalid_syntax, invalid, disposable_email, null When the validation was performed.
Example:
"2026-03-03 10:00:00"

