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"

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"