put https://{subdomain}.myclickfunnels.com/api/v2/forms/
Update a form
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Update a form
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 153,
"public_id": "Kidvab",
"workspace_id": 42000,
"name": "Example Form",
"created_at": "2025-03-05T12:39:49.359Z",
"updated_at": "2025-03-05T12:39:49.359Z"
}