List webhooks
Webhooks
List webhooks
List all webhook endpoints for the authenticated user.
GET
List webhooks
Documentation Index
Fetch the complete documentation index at: https://docs.shelv.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
List of webhooks
Available options:
shelf.ready, shelf.failed, shelf.review Pattern:
^wh_[0-9a-f]{24}$Webhook endpoint URL. In production, URLs must use https://, avoid URL credentials, use port 443 when explicit, and cannot use localhost/.localhost/.local hostnames. In non-production, http://localhost and http://.localhost are allowed for local testing.
Maximum string length:
2048