Skip to main content
GET
/
v1
/
ucc
/
field_mapping
Get UCC field mapping
curl --request GET \
  --url https://api.example.com/v1/ucc/field_mapping \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "list": [
    {
      "ucc_fields_api": "<string>",
      "ucc_fields_label": "<string>",
      "default_label": "<string>",
      "include_in_export": true,
      "sort_order": 123
    }
  ],
  "length": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.leadx.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

success
boolean
required
list
UCCFieldMappingItem · object[]
required

List of field mappings

length
integer
required

Number of items in the list

Last modified on April 29, 2026