POST
/
webhook-event
/
test
curl --request POST \
  --url https://{yourDomain}/webhook-event/test \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "type": "test",
  "date": "<string>",
  "payload": {
    "id": "<string>",
    "statusCode": 123,
    "success": true,
    "response": "<string>",
    "responseHeaders": "<string>",
    "date": "2023-11-07T05:31:56Z"
  }
}'

Body

application/json

Data of the webhook event

The body is of type object.

Response

200

OK