Register a webhook endpoint for shelf lifecycle events.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
2048Webhook 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