get https://{subdomain}.myclickfunnels.com/api/v2/forms/
Retrieve a form
Log in to see full request history
Responses
Retrieve a form
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 150,
"public_id": "buhyAj",
"workspace_id": 42000,
"name": "Example Form",
"created_at": "2025-03-05T12:39:49.340Z",
"updated_at": "2025-03-05T12:39:49.340Z"
}