Create a webhook
Register a webhook endpoint for shelf lifecycle events.
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.
Body
1shelf.ready, shelf.failed, shelf.review 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.
2048Response
Webhook created (includes signing secret)
shelf.ready, shelf.failed, shelf.review ^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.
2048