---
title: "List contacts"
method: GET
path: "/contacts"
tags: ["Contacts"]
---

# List contacts

`GET /contacts`

**Plan: Pro.** At least one filter parameter is required.

## Query parameters

- `company_id` string, uuid
- `active` boolean
- `name` string
- `search` string
- `with_email` string
- `cportal` boolean
- `page` integer
- `per_page` integer

## Response `200`

OK

- object
  - `stats` PaginationStats — Pagination metadata attached as `stats` (or `meta` on assets) to index responses. The **quotes** list uses a different block - see `QuoteListStats`.
    - `totalCount` integer
    - `page` integer
    - `perPage` integer
    - `totalPages` integer
    - `prevPage` integer, nullable
    - `nextPage` integer, nullable
    - `outOfRange` boolean
  - `contacts` ContactListItem[]
    - `id` string, uuid
    - `name` string
    - `email` string, nullable
    - `phone` string, nullable
    - `phoneWithExt` string, nullable
    - `title` string, nullable
    - `department` string, nullable
    - `company` NamedRef — Lightweight reference to a related record.
      - `id` string, uuid
      - `name` string
    - `emails` Email[]
      - `id` string
      - `email` string
      - `emailType` string, nullable
    - `addresses` Address[]
      - `id` string
      - `addressType` string, nullable
      - `name` string, nullable
      - `nameStreet` string, nullable
      - `nameStreetCity` string, nullable
      - `street` string, nullable
      - `street1` string, nullable
      - `suburb` string, nullable
      - `city` string, nullable
      - `zip` string, nullable
      - `state` string, nullable
      - `country` string, nullable
      - `attentionTo` string, nullable
      - `coordinates` object
        - `latitude` number, nullable
        - `longitude` number, nullable

## Other responses

- `401` — Missing/expired credentials, an index request without a required filter, or the plan does not include this endpoint.

---

[API](https://skmtc.net/shopvox/apis/shopvox-public-api.md) · [All operations](https://skmtc.net/shopvox/apis/shopvox-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shopvox/shopvox-public-api/revisions/7ac1ff5d444a/schema)
