---
title: "Get Zoho Fields"
method: GET
path: "/developer/zoho-fields"
tags: ["Developer", "Developer - Integrations"]
---

# Get Zoho Fields

`GET /developer/zoho-fields`

Get Zoho CRM Leads field metadata.

This endpoint is restricted to developer users only.
Fetches all field definitions from Zoho CRM Leads module including
field types, labels, picklist options, etc.

Returns:
- Field metadata for all Leads fields

## Response `200`

Successful Response

- ZohoFieldsResponse — Response with Zoho CRM fields metadata
  - `connected` boolean, required — Whether Zoho is connected
  - `fields` ZohoFieldItem[] — List of fields
    - `id` string, required — Field ID
    - `api_name` string, required — API name
    - `field_label` string, required — Display label
    - `data_type` string, required — Data type
    - `required` boolean — Whether field is required
    - `read_only` boolean — Whether field is read-only
    - `custom_field` boolean — Whether field is custom
    - `pick_list_values` ZohoFieldPickListValue[] — Picklist options
      - `display_value` string, required — Display value
      - `actual_value` string, required — Actual value sent to API
      - `id` string, nullable — Zoho field ID
      - `sequence_number` integer, nullable — Sort order
    - `length` integer, nullable — Max length for text fields

---

[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)
