API Restful - Description - Email - POST

Support DQE
Support DQE
  • Updated

Email Restful POST request

There are two APIs available for Email:

  • /emailsuggest/: Provides email suggestions based on the first name, last name, and user input in the email field.

Header: https://{SERVER_ADDRESS}/{VERSION}/emailsuggest/

The value {SERVER_ADDRESS} is the address of the DQE server that will process the data.

The value {VERSION} is the version of the API that will be used

Simply add the parameters below in the Body to «x-www-form-urlencoded» :

ParameterValue of the parameterValue descriptionMandatory/Optional
Version{VERSION}

Version of the API

Example : v1

Mandatory
Licence{LICENCE_CODE}Number assigned to you as your license codeMandatory
FirstName{FIRSTNAME}First name entered in the formMandatory (can be empty)
LastName{LASTNAME}Last name entered in the formMandatory (can be empty)
Email{EMAIL}Part of the email already entered by the userMandatory (can be empty)
Country{COUNTRY_CODE}ISO country code (3 letters)Optional (if not specified, default is FRA)
  • /lookupemail/: Performs email validation.

Header: https://{SERVER_ADDRESS}/{VERSION}/lookupemail/

The value {SERVER_ADDRESS} is the address of the DQE server that will process the data.

The value {VERSION} is the version of the API that will be used

Simply add the parameters below in the Body to «x-www-form-urlencoded» :

ParameterValue of the parameterValue descriptionMandatory/Optional
Version{VERSION}

Version of the API

Example : v1

Mandatory
Licence{LICENCE_CODE}Number assigned to you as your license codeMandatory
Email{EMAIL}Email address to validateMandatory
Rectify{RECTIFY}« y » if a domain correction should be proposed when domain entered is unknown or « n » otherwiseOptional (if not specified: “n” by default)
checkuser{CHECKUSER}"y" controls the part before the @ sign (slower) or "n" only the domainOptional (if not specified: “y” by default)
TimeOut{TIME}

Maximum query time for data verification.

Expected value will be seconds.

Example: 500ms --> 0.5s 

Optional

 

Related to

Was this article helpful?

0 out of 0 found this helpful