---
title: "Retrieve a list of contacts"
method: GET
path: "/v2/contacts"
---

# Retrieve a list of contacts

`GET /v2/contacts`

## Query parameters

- `limit` string
- `page` string
- `search` string
- `tags` string
- `type` string

## Response `200`

200

- object
  - `data` object[]
    - `id` integer
    - `contact_type` string
    - `first_name` string
    - `last_name` string
    - `phone` unknown
    - `email` string
    - `address1` string
    - `address2` string
    - `country` string
    - `city` string
    - `state` string
    - `zip_code` string
    - `company` unknown
    - `status` unknown
    - `tags` unknown
    - `created_at` string
    - `labels` object[]
      - `id` integer
      - `name` string
      - `description` unknown
      - `contacts_count` unknown
  - `pagination` object
    - `path` string
    - `total` integer
    - `limit` integer
    - `current_page` integer
    - `last_page` integer
    - `has_more` boolean

---

[API](https://skmtc.net/corporatemerch/apis/corporate-merch.md) · [All operations](https://skmtc.net/corporatemerch/apis/corporate-merch/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/corporatemerch/corporate-merch/versions/1739fae86fb3/schema)
