Lists all webhook subscriptions owned by your application.
GET
/v2/webhooks/subscriptions
Lists all webhook subscriptions owned by your application.
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.
Includes disabled Subscriptions. By default, all enabled Subscriptions are returned.
Sorts the returned list by when the Subscription was created with the specified order. This field defaults to ASC.
The requested list of Subscriptions.
The pagination cursor to be used in a subsequent request. If empty, this is the final response.
For more information, see Pagination.