Skip to main content
WEBHOOK
webhook_test
{
  "type": "WEBHOOK_TEST",
  "content": {
    "message": "This is a test webhook notification",
    "tenant_id": "ten_4zRSFOpQgYuTciT6dl5qIe1k8Pd",
    "timestamp": "2024-01-15T10:30:00Z"
  }
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Webhook event sent when testing webhook configuration.

type
string
required

The type of webhook event

Allowed value: "WEBHOOK_TEST"
content
WebhookTestEventContent · object
required

The event payload

Response

Successful Response