Skip to main content
This schema describes objects returned by the Email Verification endpoints.
A single email verification

Fields

FieldTypeRequiredDescription
statusstring, nullableNoThe request status. Do not use this field to determine the verification status. Please use verification_status instead to check the verification status. Possible values: success (The verification was successful), error (The verification was unsuccessful) (read-only)
emailstringYesThe email address to verify
verification_statusstringYesThe verification status.. Possible values: pending (The verification is pending), verified (The verification is verified), invalid (The verification is invalid) (read-only)
catch_allbooleanNoWhether this is a catch-all email address. Possible values: True, False, pending (The catch-all status is pending) (read-only)
creditsnumber, nullableNoThe number of verification credits available after the verification (read-only)
credits_usednumber, nullableNoThe number of verification credits used (read-only)