---
title: "List contact custom fields"
method: GET
path: "/contacts/custom_fields"
tags: ["Contacts"]
---

# List contact custom fields

`GET /contacts/custom_fields`

List all custom field definitions associated with the contact data item type. Returned field type will always be one of `text`, `textarea`, `checkbox`, `date`, `dropdown`, `radio`, `checkboxes`, `user` or `number`.

## Query parameters

- `page` number, required
- `per_page` number, required

## Response `200`

OK

- object
  - `count` number
  - `total` number
  - `_links` object
  - `_embedded` object
    - `custom_fields` unknown[]
      - unknown

---

[API](https://skmtc.net/catsone/apis/cats-api-v3.md) · [All operations](https://skmtc.net/catsone/apis/cats-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/catsone/cats-api-v3/versions/dedbbade450d/schema)
