Registers a new webhook endpoint for the authenticated paywall. Provide an HTTPS URL and one or more event types (or * for all events). The full signing secret is returned only once at creation time.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
HTTPS endpoint that will receive webhook deliveries.
Event keys to subscribe to. Provide * to listen for all events.
1Optional description shown in dashboards (max 512 characters).
Optional headers added to every webhook request.
Provide a custom signing secret (minimum 16 characters).
Webhook subscription created successfully.
Configuration for a webhook endpoint that receives paywall events.