Retrieve A Single Webhook For Project
retrieve_a_single_webhook_for_projectRetrieve the full details of a specific webhook for a project using its identifier. Returns a JSON object describing the webhook.
Instructions
Retrieve a single webhook for project. Use this to fetch the full details of a specific Webhooks by its identifier. Returns a JSON object describing the requested Webhooks. Required parameters: company_id, project_id, id. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/webhooks/hooks/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Webhooks resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |