Skip to main content
POST
/
api
/
service
/
webhook-event
/
data_session_completed
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

id
string
required

The unique id for the webhook.

type
enum<string>
required
Available options:
data_session_completed
date
string
required

The date of the webhook.

payload
any
required

The data session completion information.

Response

200

OK

I