This page describes the ID Check endpoint available using the GET method.
Related ID Check documentation:
ID Check GET request
Endpoint
GET 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
Replace the values in braces with your own information.
| Parameter | Description | Required |
|---|---|---|
| SERVER_ADDRESS | DQE server address used to process the request. | Yes |
| LICENCE_CODE | Your DQE licence code. | Yes |
| ADDRESS | Street number and street name. | Yes |
| POSTAL_CODE | Postal code. | Yes |
| CITY | City name. | Yes |
| NAME | Last name of the person to verify. | Yes |
| FIRST_NAME | First name of the person to verify. | Yes |
| DATE | Date of birth in YYYY-MM-DD format. | Yes |
| Email address to verify. | Yes | |
| PHONE | Phone number to verify. | Yes |
| Version=2 | Returns licence status information. | No |
Related to