v1
latestOpenAPI 3.0.02026-07-244771176.5 KBContacts & Lists
Add Field to List
Add or update custom fields on an existing list
post/add-field-to-list.json
Response
Successful response
Example response
{
"custom_n": [
"email",
"phone"
],
"id": 12345,
"error": {
"code": "MISSING_PARAM",
"header": 400,
"description": "Field parameter is missing (e.g., field_n)"
}
}