get https://{subdomain}.myclickfunnels.com/api/v2/workspaces//forms
List forms for a workspace
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
List forms for a workspace
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/forms \
--header 'accept: application/json'
xxxxxxxxxx
18[
{
"id": 148,
"public_id": "Yobwvc",
"workspace_id": 42000,
"name": "Example Form",
"created_at": "2025-03-05T12:39:49.332Z",
"updated_at": "2025-03-05T12:39:49.332Z"
},
{
"id": 149,
"public_id": "jPocNX",
"workspace_id": 42000,
"name": "Example Form",
"created_at": "2025-03-05T12:39:49.334Z",
"updated_at": "2025-03-05T12:39:49.334Z"
}
]