v1
latestOpenAPI 3.0.02026-07-2455104.8 MBSetting
List address free fields
Fetches all configured address custom fields. Pagination is not necessary because of limit of such fields (20).
get/api/v2/settings/masterdata/addressCustomFields
Response
List of address custom fields
Example response
{
"data": [
{
"id": "17",
"name": "Lead-Status",
"type": "select",
"allowedValues": [
{
"label": "Contact",
"value": "ATTEMPTED_TO_CONTACT"
}
]
}
]
}