<- Webhook Subscriptions API

Webhook Subscriptions API

List webhook subscriptions

GET

 /v2/webhooks/subscriptions

Lists all webhook subscriptions owned by your application.

Try in API Explorer
Link to section

Query parameters

Example code

Link to section

cursor

string

A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for your original query.

For more information, see Pagination.

Link to section

include_disabled

boolean

Link to section

sort_order

string

Sorts the returned list by when the Subscription was created with the specified order. This field defaults to ASC.

Link to section

limit

integer(32-bit)

The maximum number of results to be returned in a single page. It is possible to receive fewer results than the specified limit on a given page. The default value of 100 is also the maximum allowed value.

Default: 100

Link to section

Response fields

Link to section

errors

Information on errors encountered during the request.

Link to section

subscriptions

Link to section

cursor

string

The pagination cursor to be used in a subsequent request. If empty, this is the final response.

For more information, see Pagination.