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