In addition to the functionalities detailed in ID Check (/SEARCH), our DQE ID Check Plus webservice allows you to check whether an email, mobile phone or date of birth corresponds to the individual.
To do this check, the information sent in the request must be standardized and existing. We therefore advise you to use our address and surname/first name standardization services beforehand. This API is only available for France.
Header:
https://{SERVER_ADDRESS}/SEARCH/?Address={ADDRESS}&PostalCode={POSTAL_CODE}&City={CITY}&LastName={NAME}&FirstName={FIRST_NAME}&BirthDate={DATE}&Email={EMAIL}&Phone={PHONE}&Licence={LICENCE_CODE}&Version=2
Simply replace the items in braces with your information:
Parameter | Expected value type | Value description |
Mandatory/ Optional |
Server address | {SERVER_ADDRESS} | Address of the DQE server that will process the data | Mandatory |
Licence | {LICENCE_CODE} | Number assigned to you as your license code | Mandatory |
Address | {ADDRESS} | Street and street number of the address of the person to be verified | Mandatory |
PostalCode | {POSTAL_CODE} | Postal code of the address of the person to be verified | Mandatory |
City | {CITY} | City of the address of the person to be verified | Mandatory |
LastName | {NAME} | Name of the person to be verified | Mandatory |
FirstName | {FIRST_NAME} | First name of the person to be verified | Mandatory |
BirthDate | {DATE} | Date of birth of the person to be verified in the format "YYYY-MM-DD" | Mandatory |
{EMAIL} | Email of the person to be verified | Mandatory | |
Phone | {PHONE} | Phone number of the person you want to be verified in format (0XXXXXXXXX) | Mandatory |
Version | 2 | Allows you to be returned whether your licence is active or not | Optional |