get https://{subdomain}.myclickfunnels.com/api/v2/forms/fields//options
List options for a field
Log in to see full request history
Responses
List options for a field
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/fields/field_id/options \
--header 'accept: application/json'
xxxxxxxxxx
18[
{
"id": 452,
"public_id": "XQdVeH",
"field_id": 154,
"label": "voluptatem",
"created_at": "2025-04-01T13:13:42.708Z",
"updated_at": "2025-04-01T13:13:42.708Z"
},
{
"id": 455,
"public_id": "UXAyLG",
"field_id": 155,
"label": "animi",
"created_at": "2025-04-01T13:13:42.723Z",
"updated_at": "2025-04-01T13:13:42.723Z"
}
]