---
title: "List fields"
method: GET
path: "/v1/account/fields"
tags: ["Account"]
---

# List fields

`GET /v1/account/fields`

Retrieve a list of fields

## Headers

- `api-token` string, required

## Response `200`

A list of fields

- object
  - `data` AccountFields[]
    - `groups` object
      - `DEAL` object
      - `CONTACT` object
      - `ORGANIZATION` object
    - `fields` object
      - `DEAL` object
        - `type` string
        - `group` string
        - `label` string
      - `CONTACT` object
        - `type` string
        - `group` string
        - `label` string
      - `ORGANIZATION` object
        - `type` string
        - `group` string
        - `label` string

---

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