get https://{subdomain}.myclickfunnels.com/api/v2/teams//workspaces
List workspaces for a team
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
List workspaces for a team
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/teams/team_id/workspaces \
--header 'accept: application/json'
xxxxxxxxxx
20[
{
"id": 42000,
"public_id": "ZcoDUv",
"team_id": 42000,
"name": "Example Workspace",
"subdomain": "example",
"created_at": "2025-02-05T12:39:44.934Z",
"updated_at": "2025-02-05T12:39:44.934Z"
},
{
"id": 42000,
"public_id": "MvmJFz",
"team_id": 42000,
"name": "Example Workspace",
"subdomain": "example",
"created_at": "2025-02-05T12:39:44.937Z",
"updated_at": "2025-02-05T12:39:44.937Z"
}
]