# Get contacts for a company Retrieve all contacts associated with a specific company record in the CRM module of the PMS. The response includes a list of contact summary records, each containing details such as id, first name and last name. This endpoint is useful for accessing all company related contacts where only basic contact information is required. Endpoint: GET /api/v3/companies/{id}/contacts Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) Company ID to retrieve contacts for