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
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
post
/verify/bulk

Last updated