---
title: "List user contact fields"
method: GET
path: "/contact-fields"
tags: ["Contact Fields"]
---

# List user contact fields

`GET /contact-fields`

Returns custom contact fields defined by the user (20 per page)

## Response `200`

Successful response

- object
  - `data` UserContactField[]
    - `id` integer
    - `label` string, required — Human-readable field label
    - `name` string — Machine-readable slug (auto-generated from label)
    - `type` 'text' | 'number' | 'date' — Field type
  - `current_page` integer
  - `total` integer
  - `per_page` integer

## Other responses

- `401` — Unauthorized

---

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