get https://{subdomain}.myclickfunnels.com/api/v2/workspaces//pages
Page offers extra information about ClickFunnels pages, like those that are part of funnels.
Log in to see full request history
Responses
Page offers extra information about ClickFunnels pages, like those that are part of funnels.
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/pages \
--header 'accept: application/json'
xxxxxxxxxx
20[
{
"id": 65,
"public_id": "SXApFl",
"workspace_id": 42000,
"name": "Great Page",
"theme_id": null,
"created_at": "2025-03-01T13:13:58.018Z",
"updated_at": "2025-03-01T13:13:58.018Z"
},
{
"id": 66,
"public_id": "LVfiMx",
"workspace_id": 42000,
"name": "Great Page",
"theme_id": null,
"created_at": "2025-03-01T13:13:58.035Z",
"updated_at": "2025-03-01T13:13:58.035Z"
}
]