Use this endpoint to initiate an IDMobile Formfilling consent request, using the POST method.
Related IDMobile Formfilling documentation:
- ID Mobile introduction
- Formfill Consent GET request
- Formfill Consent response
- Formfill Retrieval POST request
- IDMobile Formfilling Swagger documentation
IDMobile Formfill Consent 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 |
| mode | {MODE} |
2: authentication by code. |
Mandatory |
| name | {NAME} |
Partner name in the DQE Software database, usually your company name. | Mandatory |
| code_name | {CODE_NAME} |
Optional field containing a code associated with {NAME}. |
Optional |
| scope | {SCOPE} |
Static value. Must be formfilling for this scope. |
Mandatory |
| redirect_uri | {URL_REDIRECT} |
Redirection URL. DQE adds the session token and status to the redirect. | Optional |
Related to