Overview

List webhooks

GET/api/v1/list_webhooks

List all registered webhooks for a workspace (Free).

Price — $0.00003 per call (twice what serving it costs us), charged to the workspace balance, the same as over MCP.

Also reachable by name at POST /api/v1/tools/list_webhooks.

Authorization
Authorizationstringrequired

Your API key, sent as Authorization: Bearer dbk_YOUR_API_KEY.Sent as the Authorization header. Your key is used only by your browser for this request — it is never sent to Docsbook or stored.

Request
curl -X GET 'https://docsbook.io/api/v1/list_webhooks' \
  -H 'Authorization: Bearer dbk_YOUR_API_KEY'

Responses#

Status Meaning
200 The tool ran. Read ok to see whether it succeeded.
401 Missing or invalid API key.

Updated

Was this page helpful?