EmailValidationOutput_v1
Field | Type | Description |
---|---|---|
complete | String | The complete validated email address. |
addressee | String | The recipient or local part of the email address. |
domain | String | The domain portion of the email address. |
free | Boolean | Indicates if the email domain is associated with a free email provider. |
disposable | Boolean | Indicates if the email address is from a disposable or temporary email provider. |
status | Status_v1 | The status details of the email validation, including result code, message, and credit usage. |
advice | Advice_v1 | The overall validation advice (GREEN, AMBER, or RED). Retrieved as a string using the getAdvice() method. |
Updated about 1 month ago