Skip to main content
GET
/
v1
/
webhooks
/
{id}
/
deliveries
/
{did}
curl "https://api.signa.so/v1/webhooks/whk_01HK.../deliveries/01890a91-..." \
  -H "Authorization: Bearer $SIGNA_API_KEY"

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.

Path Parameters

id
string
required
Endpoint ID (whk_*).
did
string
required
Delivery attempt UUID (raw, not prefixed).

Response

A single WebhookDelivery row (see List Deliveries for the shape).
curl "https://api.signa.so/v1/webhooks/whk_01HK.../deliveries/01890a91-..." \
  -H "Authorization: Bearer $SIGNA_API_KEY"