API - Description - Email - GET

Support DQE
Support DQE
  • Updated

Use this endpoint to either suggest email addresses with /MAILSUGGEST/ or validate an email address with /DQEEMAILLOOKUP/, using the GET method.

Related Email documentation:

Email GET request

There are two Email APIs:

  • /MAILSUGGEST/: provides email suggestions based on the first name, last name and user input in the email field.
  • /DQEEMAILLOOKUP/: validates an email address.

/MAILSUGGEST/

Endpoint

https://{SERVER_ADDRESS}/MAILSUGGEST/?Nom={NAME}&Prenom={FIRST_NAME}&Email={EMAIL}&Pays={COUNTRY_CODE}&Licence={LICENCE_CODE}

Replace the values in braces with your own information:

Parameter Value Description Mandatory/Optional
SERVER_ADDRESS {SERVER_ADDRESS} Address of the DQE server that will process the data. Mandatory
Licence {LICENCE_CODE} Licence code assigned to your account. Mandatory
Nom {NAME} Last name entered in the form. Mandatory; can be empty.
Prenom {FIRST_NAME} First name entered in the form. Mandatory; can be empty.
Email {EMAIL} Part of the email already entered by the user. Mandatory; can be empty.
Pays {COUNTRY_CODE} ISO 3-letter country code. Optional. Default value: FRA.

/DQEEMAILLOOKUP/

Endpoint

https://{SERVER_ADDRESS}/DQEEMAILLOOKUP/?Email={EMAIL}&Licence={LICENCE_CODE}&Rectify={RECTIFY}&extendedsyntax={SYNTAX}&checkuser={CHECKUSER}&TimeOut={TIME}

Replace the values in braces with your own information:

Parameter Value Description Mandatory/Optional
SERVER_ADDRESS {SERVER_ADDRESS} Address of the DQE server that will process the data. Mandatory
Licence {LICENCE_CODE} Licence code assigned to your account. Mandatory
Email {EMAIL} Email address to validate. Mandatory
Rectify {RECTIFY} y to propose a domain correction when the entered domain is unknown; n otherwise. Optional. Default value: n.
extendedsyntax {SYNTAX} y to accept email addresses with extended syntax; n to limit checks to standard email addresses. Optional. Default value: n.
checkuser {CHECKUSER} y to check the part before the @ sign; n to check only the domain. Optional. Default value: y.
TimeOut {TIME} Maximum query time for data verification, in seconds. Example: 0.5 for 500 ms. Optional

Related to

Was this article helpful?

0 out of 0 found this helpful