---
title: "List Ghl Mappings"
method: GET
path: "/integrations/ghl/mappings"
tags: ["GoHighLevel"]
---

# List Ghl Mappings

`GET /integrations/ghl/mappings`

## Response `200`

Successful Response

- GhlFieldMappingListResponse — All configured GHL field mappings for this customer
  - `mappings` GhlFieldMappingItem[]
    - `ghl_field_mapping_id` string, uuid, required
    - `ghl_field_id` string, required
    - `ghl_field_key` string, nullable
    - `ghl_field_name` string, nullable
    - `ghl_field_data_type` string, nullable
    - `ghl_field_model` string
    - `picklist_options` string[], nullable
    - `source_type` string, required
    - `source_key` string
    - `constant_value` string, nullable
    - `display_order` integer

---

[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/b642b91e0a5c/schema)
