Skip to main content
GET
/
v1
/
webhooks
curl "https://api.signa.so/v1/webhooks" \
  -H "Authorization: Bearer $SIGNA_API_KEY"

Query Parameters

limit
integer
default:"20"
Page size (1—100).
cursor
string
Opaque cursor.

Response

object: "list" envelope of Webhook objects with secret redacted.
curl "https://api.signa.so/v1/webhooks" \
  -H "Authorization: Bearer $SIGNA_API_KEY"