Skip to main content
This schema describes objects returned by the Email Verification endpoints.

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>

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

Whether this is a catch-all email address

Available options:
true,
false
Example:

true

credits
null | number

The number of verification credits available after the verification

Example:

100

credits_used
null | number

The number of verification credits used

Example:

1