Webhooks

List Webhooks

List webhooks.

get/api/v2/webhooks

Query parameters

filter[name_contains]string

Filters the webhooks by a string in the name

filter[status]'active' | 'inactive'

Filters the webhooks by webhook status

page[after]string

Includes the next page of results with defined size

page[before]string

Includes the previous page of results with defined size

page[size]string

Defines a specified number of results per page

sort'name' | 'status'

Defines the sorting criteria. Only supports name and status

Response

Successful response

Changes