cURL
curl --request POST \ --url https://{yourDomain}/api/service/webhook-event/data_session_completed \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "type": "data_session_completed", "date": "<string>", "payload": "<unknown>" } '
A data session has been completed
Documentation IndexFetch the complete documentation index at: https://docs.getivy.de/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getivy.de/llms.txt
Use this file to discover all available pages before exploring further.
Data of the webhook event
The unique id for the webhook.
data_session_completed
The date of the webhook.
The data session completion information.
OK
Was this page helpful?