get https://{subdomain}.myclickfunnels.com/api/v2/forms/fields//options
List options for a field
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
List options for a field
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
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": "IkZthp",
"field_id": 154,
"label": "est",
"created_at": "2025-03-05T12:39:49.549Z",
"updated_at": "2025-03-05T12:39:49.549Z"
},
{
"id": 455,
"public_id": "VuSwvq",
"field_id": 155,
"label": "iusto",
"created_at": "2025-03-05T12:39:49.563Z",
"updated_at": "2025-03-05T12:39:49.563Z"
}
]