Skip to main content
GET
List all webhook subscriptions

Authorizations

Authorization
string
header
required

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

Query Parameters

sort
string
default:-created_at

Available sorts are created_at, updated_at, consecutive_failures. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -created_at.

page[size]
integer
default:10

The number of results that will be returned per page.

page[number]
integer

The page number to start the pagination from.

fields[webhook-subscriptions]
enum<string>[]
Available options:
url,
events,
secret,
enabled,
consecutive_failures,
created_at,
updated_at,
disabled_at
filter[enabled]
boolean

Filter by whether the subscription is enabled.

Example:

true

Response

Paginated set of WebhookSubscriptionResource

data
WebhookSubscriptionResource · object[]
required
meta
object
required