List all webhooks
GET {{baseUrl}}/companies/:companyId/webhooks
Lists all webhook configurations for the company account. To make this request, your API credential must have one of the following roles: * Management API—Webhooks read * Management API—Webhooks read and write
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
pageNumber | number | The number of the page to fetch. | |
pageSize | number | The number of items to have on a page, maximum 100. The default is 10 items on a page. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |