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