Skip to main content
POST
/
v1
/
webhooks
/
{id}
/
test
curl -X POST "https://api.signa.so/v1/webhooks/whk_01HK.../test" \
  -H "Authorization: Bearer $SIGNA_API_KEY"
{
  "object": "<string>",
  "delivery_attempt_id": "<string>",
  "request_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.signa.so/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Enqueues a synthetic webhook.test event. The delivery follows the same signing and retry pipeline as production deliveries, but failures do not increment consecutive_failures (VAL-WEBHOOK-007). Use this to probe a dead endpoint without triggering auto-disable. This endpoint is not billed (utility-tier).

Path Parameters

id
string
required
Endpoint ID (whk_*).

Response

object
string
Always "webhook_test".
delivery_attempt_id
string
UUID of the new attempt row. Track via List Deliveries.
request_id
string
Request identifier.
curl -X POST "https://api.signa.so/v1/webhooks/whk_01HK.../test" \
  -H "Authorization: Bearer $SIGNA_API_KEY"