POST
/
api
/
service
/
webhook-event
/
data-session-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>"
}'

Body

application/json

Data of the webhook event

The body is of type object.

Response

200

OK