---
title: "Get All Company Contacts"
method: GET
path: "/groups/{company}/all-contacts"
tags: ["Contact Lists"]
---

# Get All Company Contacts

`GET /groups/{company}/all-contacts`

Get all contacts in the company

## Path parameters

- `company` integer, required

## Query parameters

- `include` string

## Response `200`

All company contacts

- object
  - `data` object
    - `id` string
    - `name` string
    - `contact_count` integer

---

[API](https://skmtc.dev/800/apis/public-api.md) · [All operations](https://skmtc.dev/800/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/800/public-api/revisions/aab9efc97342/schema)
