Contacts & 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)"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.