sayintel
Endpoint

List webhooks

GET/api/public/v1/webhooksread

List the caller's registered webhook endpoints with their subscribed events, active flag and recent failure count. Secrets are never returned.

Request

curl "https://sayintel.com/api/public/v1/webhooks" \
  -H "Authorization: Bearer $SAYINTEL_TOKEN"

Try it out

Try it outGET/api/public/v1/webhooksread

Sent as a bearer token to this site only, and kept in this tab's session storage. It is never written to disk or sent anywhere else.

Paste an API key to run.

Response

{
  "ok": true,
  "tool": "list_webhooks",
  "kind": "read",
  "data": { ... },
  "error": null
}

Notes