get https://{subdomain}.myclickfunnels.com/api/v2/teams//workspaces
List workspaces for a team
Log in to see full request history
Responses
List workspaces for a team
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": "EVCWZp",
"team_id": 42000,
"name": "Example Workspace",
"subdomain": "example",
"created_at": "2025-03-01T13:13:38.270Z",
"updated_at": "2025-03-01T13:13:38.270Z"
},
{
"id": 42000,
"public_id": "YpTCIn",
"team_id": 42000,
"name": "Example Workspace",
"subdomain": "example",
"created_at": "2025-03-01T13:13:38.274Z",
"updated_at": "2025-03-01T13:13:38.274Z"
}
]