post https://{subdomain}.myclickfunnels.com/api/v2/forms/fields//options
Add a new option to a field
Log in to see full request history
Responses
Add a new option to a field
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/fields/field_id/options \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 461,
"public_id": "isGyqd",
"field_id": 157,
"label": "neque",
"created_at": "2025-03-05T12:39:49.594Z",
"updated_at": "2025-03-05T12:39:49.594Z"
}