POST
/
api
/
service
/
webhook-event
/
test
curl --request POST \
  --url https://{yourDomain}/api/service/webhook-event/test \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "type": "test",
  "date": "<string>",
  "payload": {
    "test": true,
    "date": "<any>"
  }
}'

Body

application/json

Data of the webhook event

The body is of type object.

Response

200

OK