get https://{subdomain}.myclickfunnels.com/api/v2/forms/fields/
Retrieve a field
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Retrieve a field
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/fields/id \
--header 'accept: application/json'
xxxxxxxxxx
12{
"id": 147,
"public_id": "sIBCWg",
"field_set_id": 157,
"label": "MyString",
"field_type": "MyString",
"allow_multiple": false,
"key": "CustomKey",
"hidden": false,
"created_at": "2025-03-05T12:39:49.458Z",
"updated_at": "2025-03-05T12:39:49.458Z"
}