---
title: "Get Lead Fields"
method: GET
path: "/crm/lead-fields"
tags: ["CRM"]
---

# Get Lead Fields

`GET /crm/lead-fields`

Get configured lead fields for the customer.

Returns all field configurations that will be automatically set on new leads
created via the phone system.

Requires user authentication.

## Response `200`

Successful Response

- ZohoLeadFieldResponse[]
  - `zoho_lead_field_id` string, uuid, required
  - `customer_id` string, uuid, required
  - `field_api_name` string, required
  - `field_label` string, required
  - `field_data_type` string, required
  - `value_text` string, nullable
  - `value_picklist` string, nullable
  - `value_picklist_options` object[], nullable
  - `value_boolean` boolean, nullable
  - `value_date` string, date, nullable
  - `value_datetime` string, date-time, nullable
  - `value_integer` integer, nullable
  - `value_decimal` number, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
