---
title: "GET /crm/contacts"
method: GET
path: "/crm/contacts"
tags: ["CrmContact"]
---

# GET /crm/contacts

`GET /crm/contacts`

Get all the contacts

## Query parameters

- `fields` string, nullable
- `pageSize` string, nullable
- `cursor` string, nullable
- `associations` string, nullable

## Response `200`

- CrmGetContactsResponse
  - `status` 'ok' | 'error', required
  - `next` string, nullable
  - `previous` string, nullable
  - `results` CommonContact[], required
    - `id` string, required — The unique `id` of this object in Revert
    - `remoteId` string, required — The unique `id` of this object in the downstream CRM.
    - `createdTimestamp` unknown, required
    - `updatedTimestamp` unknown, required
    - `additional` unknown
    - `firstName` string, required — The first name of the contact in a CRM.
    - `lastName` string, required — The last name of the contact in a CRM.
    - `phone` string, required — The phone number of the contact in a CRM.
    - `email` string, required — The email of the contact in a CRM.

## Other responses

- `401`
- `404`
- `500`

---

[API](https://skmtc.net/revertinc/apis/revert-api.md) · [All operations](https://skmtc.net/revertinc/apis/revert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revertinc/revert-api/versions/698ea54a2330/schema)
