API Playground

Verify a single email address

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstringRequired

The email address to verify

Responses
chevron-right
200

Email verification result

application/json
emailstringOptional

The email address that was verified

scoreintegerOptional

Numerical score (0-100) indicating overall email quality

statusstring · enumOptional

Overall status of the email verification

Possible values:
duration_msintegerOptional

Time taken to perform the verification in milliseconds

post
/verify

Verify multiple email addresses in bulk

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailsstring[] · max: 100Required

List of email addresses to verify

Responses
chevron-right
200

Bulk verification results

application/json
post
/verify/bulk

Last updated