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
| Key | Datatype | Required | Description |
|---|---|---|---|
applicationIds | string | Filter by one or more Application IDs, separated by a comma. | |
sort | string | The 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
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |