Skip to main content
Send a signed webhook.test event to a webhook endpoint
Audience: application and admin.

Verify the receiver

A test emits webhook.test to an active endpoint and returns both the event and its recorded delivery attempt. Tests against a disabled endpoint return 409 webhook_disabled; any other requested event type returns 400 invalid_test_event_type. The payload is signed like other webhook events. Inspect the receiver’s signature verification and the returned status before relying on the integration.

Canonical metadata

  • requestId
  • traceparent

Example request

This organization control-plane action accepts bearer organization REST authentication. API keys cannot mutate webhook endpoints. The dashboard is optional.

Example response

Give this prompt to your agent

Failure posture

  • treat non-2xx responses as contract-aware failures, not free-form errors
  • preserve requestId and traceparent in logs and downstream reports
  • if provenance or freshness metadata is present, return it unchanged so trust is not lost in the handoff