Skip to main content
GET
List webhook delivery logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

subscriptionId
string

Limit results to deliveries tied to a specific subscription.

status
enum<string>

Filter by delivery status.

Available options:
pending,
success,
error
eventType
string

Filter by a specific event type key (e.g. paywall.updated).

limit
integer

Number of records to return (default 20, max 100).

Required range: 1 <= x <= 100

Response

200 - application/json

Webhook delivery attempts.

logs
object[]
required