get https://{subdomain}.myclickfunnels.com/api/v2/teams
List all teams for the current account
Log in to see full request history
Responses
List all teams for the current account
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/teams \
--header 'accept: application/json'
xxxxxxxxxx
22[
{
"id": 42000,
"public_id": "BsoJWA",
"name": "Example Team",
"time_zone": "Pacific Time (US & Canada)",
"locale": "en",
"created_at": "2025-03-01T13:13:37.761Z",
"updated_at": "2025-03-01T13:13:37.761Z",
"memberships": []
},
{
"id": 42000,
"public_id": "DxBfJI",
"name": "Example Team",
"time_zone": "Pacific Time (US & Canada)",
"locale": "en",
"created_at": "2025-03-01T13:13:37.763Z",
"updated_at": "2025-03-01T13:13:37.763Z",
"memberships": []
}
]