custom_field_id: Property was found but is not permitted at this location
This is the post request with custom fields
Â
{"email_addresses":[{"opt_in_source":"ACTION_BY_OWNER","email_address":"[email protected]"}],"first_name":"Mitch","last_name":"Elis","job_title":null,"company_name":null,"custom_fields": [{"custom_field_id": "2afaadda-917c-11ed-bdf2-fa1XXXXX","value": "TEST VALUE"}],"lists":[{"id":"1038927000"}]}
Â
I keep getting this error
Â
[{
"error_key": "json.field.invalid",
"error_message": "#/custom_fields/0/custom_field_id: Property was found but is not permitted at this location."
}, {
"error_key": "json.field.missing",
"error_message": "#/custom_fields/0/name: Property is required but not found."
}]
Â
Â
Please help resolving this issue.
3 replies