Overview

Validate an email address

The /email/validate endpoint allows validating email addresses using external verification sources. It checks whether an email is valid, disposable, a free provider, or potentially a spam trap. The response provides structured validation insights, including a status code and validation advice.

Key Points

  • Validates a given email address and returns an EmailValidationOutput_v1 object with detailed validation results.
  • Requires an EmailValidationInput_v1 object, where the emailAddress field is mandatory.
  • Provides validation advice (GREEN, AMBER, RED) indicating email quality.
  • Returns a status message explaining validation results for better decision-making.