This schema describes objects returned by the Email Verification endpoints.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
status | string, nullable | No | The 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) |
email | string | Yes | The email address to verify |
verification_status | string | Yes | The verification status.. Possible values: pending (The verification is pending), verified (The verification is verified), invalid (The verification is invalid) (read-only) |
catch_all | boolean | No | Whether this is a catch-all email address. Possible values: True, False, pending (The catch-all status is pending) (read-only) |
credits | number, nullable | No | The number of verification credits available after the verification (read-only) |
credits_used | number, nullable | No | The number of verification credits used (read-only) |