API Playground
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstringRequired
The email address to verify
Responses
200
Email verification result
application/json
401
Invalid or missing API key
application/json
422
Request validation failed
application/json
429
Monthly quota or rate limit exceeded
application/json
500
Internal server error
application/json
post
/verifyAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailsstring[] · max: 100Required
List of email addresses to verify
Responses
200
Bulk verification results
application/json
401
Invalid or missing API key
application/json
422
Request validation failed
application/json
429
Monthly quota or rate limit exceeded
application/json
500
Internal server error
application/json
post
/verify/bulkLast updated