List webhooks

GET {{baseUrl}}/v1/webhooks?applicationIds=value&sort=value&pageSize=1000&skip=10&creationType=webhooks&visibility=visible&outgoingIntegrationsTypeId=10&title=value

List all webhooks.

Request Params

KeyDatatypeRequiredDescription
applicationIdsstringFilter by one or more Application IDs, separated by a comma.
sortstringThe field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with -.

Note: This parameter works only with numeric fields. | | pageSize | number | | The number of items in this response. | | skip | number | | The number of items to skip when paging through large result sets. | | creationType | string | | Filter results by creation type. | | visibility | string | | Filter results by visibility. | | outgoingIntegrationsTypeId | number | | Filter results by outgoing integration type ID. | | title | string | | Filter results performing case-insensitive matching against the webhook title. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring