List webhook delivery logs
Webhooks
Get delivery logs
Returns recent webhook delivery attempts for the authenticated paywall. Filter by subscription, status, event type, or adjust the number of records returned.
GET
List webhook delivery logs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Limit results to deliveries tied to a specific subscription.
Filter by delivery status.
Available options:
pending, success, error Filter by a specific event type key (e.g. updated).
Number of records to return (default 20, max 100).
Required range:
1 <= x <= 100Response
200 - application/json
Webhook delivery attempts.