If an email takes longer than 10 seconds to verify, the endpoint will return the status as pending. In that case, you may use the /email-verification/:email endpoint to check the status of the verification job.
Alternatively, you can send a webhook_url to receive the results instead of polling the status endpoint.
Requires one of the following scopes: email_verifications:create
Requires one of the following scopes: email_verifications:create, email_verifications:all, all:create, all:all
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Email Verification to create
The Email Verification to create
The Email Verification
A single email verification
The email address to verify
"example@example.com"
The verification status.
pending, verified, invalid "pending"
The request status. Do not use this field to determine the verification status. Please use verification_status instead to check the verification status
success, error "success"
Whether this is a catch-all email address
true, false true
The number of verification credits available after the verification
100
The number of verification credits used
1