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": "<any>"
}'
A data session has been completed
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": "<any>"
}'
Data of the webhook event
The body is of type object
.
OK