list_webhooks_hooks
Retrieve configured webhooks for Procore projects or companies to monitor API events and automate workflows.
Instructions
List Webhooks Hooks. [Platform - Developer Tools/Webhooks] GET /rest/v1.0/webhooks/hooks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. You must supply either a company_id or project_id. | |
| project_id | Yes | Unique identifier for the project. You must supply either a company_id or project_id. | |
| namespace | No | Hook namespace to query. | |
| api_version | No | API Version | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |