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

# List CRM Contacts

`GET /crm/contacts`

## Query parameters

- `remote_data` boolean
- `limit` number
- `cursor` string

## Headers

- `x-connection-token` string, required

## Response `200`

- object
  - `prev_cursor` string, nullable, required
  - `next_cursor` string, nullable, required
  - `data` object[], required
    - `first_name` string, nullable, required — The first name of the contact
    - `last_name` string, nullable, required — The last name of the contact
    - `email_addresses` Email[], nullable — The email addresses of the contact
      - `email_address` string, nullable, required — The email address
      - `email_address_type` string, nullable, required — The email address type. Authorized values are either PERSONAL or WORK.
      - `owner_type` 'COMPANY' | 'CONTACT', nullable — The owner type of an email
    - `phone_numbers` Phone[], nullable — The phone numbers of the contact
      - `phone_number` string, nullable, required — The phone number starting with a plus (+) followed by the country code (e.g +336676778890 for France)
      - `phone_type` string, nullable, required — The phone type. Authorized values are either MOBILE or WORK
      - `owner_type` string, nullable — The owner type of a phone number
    - `addresses` Address[], nullable — The addresses of the contact
      - `street_1` string, nullable, required — The street
      - `street_2` string, nullable, required — More information about the street
      - `city` string, nullable, required — The city
      - `state` string, nullable, required — The state
      - `postal_code` string, nullable, required — The postal code
      - `country` string, nullable, required — The country
      - `address_type` string, nullable, required — The address type. Authorized values are either PERSONAL or WORK.
      - `owner_type` string, nullable, required — The owner type of the address
    - `user_id` string, nullable — The UUID of the user who owns the contact
    - `field_mappings` object, nullable — The custom field mappings of the contact between the remote 3rd party & Panora
    - `id` string, nullable — The UUID of the contact
    - `remote_id` string, nullable — The id of the contact in the context of the Crm 3rd Party
    - `remote_data` object, nullable — The remote data of the contact in the context of the Crm 3rd Party
    - `created_at` string, date-time, nullable — The created date of the object
    - `modified_at` string, date-time, nullable — The modified date of the object

---

[API](https://skmtc.net/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.net/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/ef360d76c658/schema)
