Get Session Settings
Authentication
Path parameters
Response
200 OK
State of the session
Set to true to initialize the session in sandbox/test mode.
Extra data to be included in the hooks. This data will be returned in the webhook as part of the URL as query parameters. This can be useful to include dynamic data in the webhook. There are some template variables that can be used:
{app_id}: Your app ID{customer_id}: The customer ID{session_id}: The Session ID{parameters_id}: The unique credentials ID, this identifier is computed by the engine based on the fixed part of the credentials (e.g. the username){producer}: The producer of the event{event}: The event that triggered the hook{status_code}: The status of the flow at the moment of the event For example, passing:
Will result in the following URL:
https://your.url.com/your/path?custom_param=customValue¤t_event=ended&status=COMPLETED&id=67d7d9b72eb0693e7da47a0e
Note: This data is not encrypted and should not contain sensitive information.
The list of public administration features to retrieve (e.g. life employment certificate, vehicle details, etc.).
Extra data to be included in the redirect URL. This data will be added to the the url as query parameters. This can be useful to include dynamic data in the webhook. There are some template variables that can be used in the URL:
{app_id}: Your app ID{customer_id}: The customer ID{session_id}: The Session ID{status_code}: The final status code of the session For example, passing:
Will result in the following URL:
https://your.url.com/your/path?custom_param=customValue&status=COMPLETED&id=67d7d9b72eb0693e7da47a0e
Note: This data is not encrypted and should not contain sensitive information.