Webhook Subscriptions
List all webhook subscriptions
Returns a list of all webhook subscriptions.
get/webhooks
Query parameters
sort'created_at' | 'updated_at' | 'title' | 'url' | 'enabled'
Sort the result by created_at, updated_at, title, url, or enabled.
order'ASC' | 'DESC'
Sort order of the result list if the sort parameter is specified. Use ASC for ascending or DESC for descending sort order.
offsetinteger
Use the offset argument to specify where in the list of results to start when returning items for a particular query.
limitinteger
Use the limit argument to specify the maximum number of items returned.
Response
An object with a data property that contains an array of webhook subscription objects.