Single Email Verification

This API can be used to do verification of a single email address.

This API goes through all basic and extensive checks on the email address supplied. A detailed list of all checks performed can be seen at the cmercury website.

Return Parameters and their explanations

  • EmailAddress: The Email Address verified.
  • VerificationReport: Final report after the verification.
  • Recommendation: Usable, Trash or Neutral.
  • Success: Result of the verification process. Discard all results where success is false.
Body Params
string
Defaults to [email protected]

The email address which needs to be verified. (Eg: [email protected])

boolean
Defaults to true

Indicates if a rapid verification is required or not.

Headers
string
Defaults to application/json
string
Defaults to API-TOKEN
Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json