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