post https://{subdomain}.myclickfunnels.com/api/v2/workspaces//forms
Add a new form
Log in to see full request history
Responses
Add a new form
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/forms \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 151,
"public_id": "RsurGM",
"workspace_id": 42000,
"name": "Example Form",
"created_at": "2025-03-05T12:39:49.347Z",
"updated_at": "2025-03-05T12:39:49.347Z"
}