Use this endpoint to initiate an IDMobile Number Verify URL request, using the GET method.
Related IDMobile Number Verify documentation:
- ID Mobile introduction
- Number Verify Retrieval GET request
- Number Verify URL POST request
- Number Verify URL response
- IDMobile Number Verify Swagger documentation
IDMobile Number Verify URL GET request
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