EmailValidationOutput_v1

FieldTypeDescription
completeStringThe complete validated email address.
addresseeStringThe recipient or local part of the email address.
domainStringThe domain portion of the email address.
freeBooleanIndicates if the email domain is associated with a free email provider.
disposableBooleanIndicates if the email address is from a disposable or temporary email provider.
statusStatus_v1The status details of the email validation, including result code, message, and credit usage.
adviceAdvice_v1The overall validation advice (GREEN, AMBER, or RED). Retrieved as a string using the getAdvice() method.