Use this endpoint to initiate an IDMobile Number Verify URL request, using the POST method.
Related IDMobile Number Verify documentation:
- ID Mobile introduction
- Number Verify Retrieval POST request
- Number Verify URL GET request
- Number Verify URL response
- IDMobile Number Verify Swagger documentation
IDMobile Number Verify URL POST request
Endpoint
https://{SERVER_ADDRESS}/IDMOBILE/
Add the following parameters in the request body using x-www-form-urlencoded.
| 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