Send a test delivery
Sends a webhook.test event to the endpoint. The delivery is signed and delivered exactly like a real event (same headers, envelope, retries) and appears in the delivery log, so you can confirm the endpoint receives and verifies Strix payloads. The data payload contains webhook_id, organization_id, message, and triggered_by. The webhook must be enabled.
Authorizations
API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.
Path Parameters
UUID of the webhook. Use the id field of a webhook from listWebhooks.
Response
The test delivery, in status pending. Poll getWebhookDelivery for its outcome.