Use this endpoint to retrieve IDMobile Formfilling information after consent, using the GET method.
Related IDMobile Formfilling documentation:
- ID Mobile introduction
- Formfill Consent GET request
- Formfill Consent response
- Formfill Retrieval POST request
- Formfill Retrieval response
- IDMobile Formfilling Swagger documentation
IDMobile Formfill 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 formfilling for this scope. |
Mandatory |
Related to