Skip to main content
GET
Check an email verification status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

email
string<email>
required

The email address to verify

Example:

"user@example.com"

Response

The requested Email Verification

A single email verification

email
string
required

The email address to verify

Example:

"example@example.com"

verification_status
enum<string>
required
read-only

The verification status.

Available options:
pending,
verified,
invalid
Example:

"pending"

status
null | enum<string>
read-only

The request status. Do not use this field to determine the verification status. Please use verification_status instead to check the verification status

Available options:
success,
error
Example:

"success"

catch_all
read-only

Whether this is a catch-all email address

Available options:
true,
false
Example:

true

credits
null | number
read-only

The number of verification credits available after the verification

Example:

100

credits_used
null | number
read-only

The number of verification credits used

Example:

1