Skip to main content
POST
/
api
/
service
/
webhook-event
/
test
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": "<unknown>"
  }
}
'

Body

application/json

Data of the webhook event

id
string
required

The unique id for the webhook.

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

The date of the webhook.

payload
object
required

Test webhook payload data.

Response

200

OK