API Restful - Description - Email - GET

Support DQE
Support DQE
  • Updated

Email Restful GET request

The Email Restful API validates an email address and returns information about its syntax, domain, deliverability, and activity status when available.

Endpoint:

GET https://{SERVER_ADDRESS}/{VERSION}/email/lookup?email={EMAIL}&rectify={RECTIFY}&extendedSyntax={EXTENDED_SYNTAX}&checkUser={CHECK_USER}&timeout={TIMEOUT}

Replace the values in braces with your own information.

ParameterDescriptionMandatory/Optional
emailEmail address to validate.Mandatory
rectifytrue to propose a domain correction when the entered domain is unknown; false otherwise.Optional
extendedSyntaxtrue to accept email addresses with extended syntax; false to limit checks to standard email addresses.Optional
checkUsertrue to check the part before the @ sign; false to check only the domain.Optional
timeoutMaximum query time for verification, in seconds.Optional

Related to

Was this article helpful?

0 out of 0 found this helpful