Use this endpoint to initiate an IDMobile Matching without OTP request, using the GET method.
Related IDMobile Matching without OTP documentation:
- ID Mobile introduction
- Matching without OTP POST request
- Matching without OTP response
- IDMobile Matching without OTP Swagger documentation
IDMobile Matching without OTP GET request
Endpoint
https://{SERVER_ADDRESS}/IDMOBILE/?number={NUM}&token={TOKEN}&mode={MODE}&name={NAME}&code_name={CODE_NAME}&licence={LICENCE_CODE}&user_infos={INFORMATION}&scope={SCOPE}&redirect_uri={URL_REDIRECT}&country={COUNTRY}
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} |
Number assigned to you as your license code. | Mandatory |
| number | {NUM} |
Phone number. | Mandatory |
| token | {TOKEN} |
Token retrieved through authentication. | Mandatory |
| mode | {MODE} |
2: authentication by code. |
Mandatory |
| name | {NAME} |
Partner name in the DQE Software database, usually your company name. | Mandatory |
| code_name | {CODE_NAME} |
Optional field containing a code associated with {NAME}. |
Optional |
| user_infos | {INFORMATION} |
JSON object containing the client information. | Optional. Mandatory if the scope is matching_notp. |
| scope | {SCOPE} |
Static value. Must be matching_notp for this scope. |
Mandatory |
| redirect_uri | {URL_REDIRECT} |
Redirection URL. DQE adds the session token and status to the redirect. | Optional |
| country | {COUNTRY} |
Use only for international Matching NOTP. Expected value: ISO 2 country code. | Optional |
user_infos values
Each key must be present, even if no value is provided.
| Key | Description |
|---|---|
street_address |
Street type and name. |
postal_code |
Postal code. |
locality |
City. |
country |
Country name in full. |
birthdate |
Date of birth in YYYY-MM-DD format. |
email |
Email address. |
lastname |
Last name. |
maiden_name |
Maiden name. |
gender |
Gender: M or F. |
firstname |
First name. |
phone |
Phone number. |
number |
Street number. |
Related to