List Webhooks Resources (Deprecated)
list_webhooks_resourcesRetrieve the list of Webhook Resources for a project. Use it to discover available resources or find a resource ID before calling other webhook tools.
Instructions
Returns the list of Webhook Resources for the given scope. DEPRECATED: Procore has deprecated this endpoint (as of 2025-09-15). It is scheduled for removal on 2026-09-16; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Use this to discover webhooks resources or to look up the id of one before calling a tool that needs it. Returns a JSON array of webhooks resources; page and per_page control pagination and the response reports how many pages remain. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id. Procore API: Platform - Developer Tools > Webhooks. Endpoint: GET /rest/v1.0/webhooks/resources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for paginated results (default: 1, 1-indexed) | |
| per_page | No | Number of items per page (default: 100, max: 100) | |
| project_id | Yes | Query string parameter — unique identifier for the project. You must supply either a company_id or project_id. |