put https://{subdomain}.myclickfunnels.com/api/v2/workspaces/
Update a workspace
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Update a workspace
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 42000,
"public_id": "lwitqb",
"team_id": 42000,
"name": "Example Workspace",
"subdomain": "example",
"created_at": "2025-02-05T12:39:44.956Z",
"updated_at": "2025-02-05T12:39:44.956Z"
}