put https://{subdomain}.myclickfunnels.com/api/v2/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 PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/pages/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 70,
"public_id": "XiaRvJ",
"workspace_id": 42000,
"name": "Great Page",
"theme_id": null,
"created_at": "2025-02-05T12:40:04.800Z",
"updated_at": "2025-02-05T12:40:04.800Z"
}