get https://{subdomain}.myclickfunnels.com/api/v2/forms/field_sets/
Retrieve a field set
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Retrieve a field set
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/field_sets/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 148,
"public_id": "tfiWGv",
"form_id": 159,
"title": "Example Field Set",
"created_at": "2025-03-05T12:39:49.393Z",
"updated_at": "2025-03-05T12:39:49.393Z"
}