Endpoint:
https://{SERVER_ADDRESS}/IDMOBILE/?number={NUM}&token={TOKEN}&mode={MODE}&name={NAME}&code_name={CODE_NAME}&licence={LICENCE_CODE}&scope={SCOPE}&redirect_uri={URL_REDIRECT}
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 |
| scope | {SCOPE} |
Static value. Must be formfilling for this scope. |
Mandatory |
| redirect_uri | {URL_REDIRECT} |
Redirection URL. DQE adds the session token and status to the redirect. | Optional |
Related to