---
title: "List Contact's custom fields"
method: GET
path: "/contacts/custom_fields"
tags: ["Custom Fields"]
---

# List Contact's custom fields

`GET /contacts/custom_fields`

Lists the custom fields that can be attached to a Contact.

Required scope: `custom_fields:read`

## Response `200`

Array of Custom Fields

- object
  - `_links` object
    - `self` string — Link to resource
  - `_results` CustomFieldResponse[]
    - `_links` object, required
      - `self` string — Link to resource
    - `id` string, required — Unique identifier of the custom field
    - `name` string, required — Name of the custom field
    - `description` string, required — Description of the custom field
    - `type` 'string' | 'boolean' | 'datetime' | 'number' | 'teammate' | 'inbox' | 'enum', required — Type of the custom field
    - `values` object[] — List of possible values for a custom field of type `enum`.
      - `value` string — Value of the custom field
      - `label` string — Human readable label for the value

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
