show_company_vendor_insurance
Retrieve insurance details for a specific vendor within a company using Procore API. View coverage information and policy data to manage compliance requirements.
Instructions
Show company vendor insurance. [Core/Directory] GET /rest/v1.0/companies/{company_id}/vendors/{vendor_id}/insurances/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| vendor_id | Yes | Vendor ID | |
| id | Yes | ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |