Use this endpoint to retrieve IDMobile Number Verify information after consent, using the POST method.
Related IDMobile Number Verify documentation:
- ID Mobile introduction
- Number Verify Retrieval GET request
- Number Verify Retrieval response
- Number Verify URL POST request
- IDMobile Number Verify Swagger documentation
IDMobile Number Verify Retrieval POST request
Endpoint
https://{SERVER_ADDRESS}/GET/
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 |
| token | {TOKEN} |
Token retrieved through authentication. | Mandatory |
| scope | {SCOPE} |
Static value. Must be numVerify for this scope. |
Mandatory |
Related to