Endpoint:
https://{SERVER_ADDRESS}/IDMOBILE/?number={NUM}&token={TOKEN}&name={NAME}&licence={LICENCE_CODE}&scope={SCOPE}&redirect_uri={URL_REDIRECT}Replace the values in braces with your own information:
| Parameter | Value | Description | Mandatory/Optional |
|---|---|---|---|
| licence | {LICENCE_CODE} | Number assigned to you as your license code. | Mandatory |
| number | {NUM} | Phone number. | Mandatory |
| token | {TOKEN} | Token retrieved through authentication. | Mandatory |
| name | {NAME} | Partner name in the DQE database, usually your company name. | Mandatory |
| scope | {SCOPE} | Static value. Must be numVerify for this scope. | Mandatory |
| redirect_uri | {URL_REDIRECT} | Redirection URL. DQE adds the session token and status to the redirect. | Optional |
Related to