Retrieve A Single Webhook For Company
retrieve_a_single_webhook_for_companyRetrieve full details of a specific webhook for a company using its identifier. Use this to fetch a webhook's configuration and status.
Instructions
Retrieve a single webhook for company. 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, id. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: GET /rest/v2.0/companies/{company_id}/webhooks/hooks/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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) |