post https://{subdomain}.myclickfunnels.com/api/v2/forms/field_sets//fields
Add a new field
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Add a new field
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/field_sets/field_set_id/fields \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
12{
"id": 148,
"public_id": "WOQqNI",
"field_set_id": 158,
"label": "MyString",
"field_type": "MyString",
"allow_multiple": false,
"key": "CustomKey",
"hidden": false,
"created_at": "2025-03-05T12:39:49.468Z",
"updated_at": "2025-03-05T12:39:49.468Z"
}