put 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 PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/teams/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
10{
"id": 42000,
"public_id": "DwkGAK",
"name": "Example Team",
"time_zone": "Pacific Time (US & Canada)",
"locale": "en",
"created_at": "2025-02-05T12:39:44.406Z",
"updated_at": "2025-02-05T12:39:44.406Z",
"memberships": []
}