get https://{subdomain}.myclickfunnels.com/api/v2/forms/field_sets//fields
List fields for a field set
Log in to see full request history
Responses
List fields for a field set
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/field_sets/field_set_id/fields \
--header 'accept: application/json'
xxxxxxxxxx
26]
[
{
"id": 145,
"public_id": "QrkzVJ",
"field_set_id": 155,
"label": "MyString",
"field_type": "MyString",
"allow_multiple": false,
"key": "CustomKey",
"hidden": false,
"created_at": "2025-04-01T13:13:42.573Z",
"updated_at": "2025-04-01T13:13:42.573Z"
},
{
"id": 146,
"public_id": "JxdMUg",
"field_set_id": 156,
"label": "MyString",
"field_type": "MyString",
"allow_multiple": false,
"key": "CustomKey",
"hidden": false,
"created_at": "2025-04-01T13:13:42.582Z",
"updated_at": "2025-04-01T13:13:42.582Z"
}