v1
latestOpenAPI 3.1.02026-07-24172151607.6 KBWorkspaces
Get Authorized Workspaces
View the Workspaces available to the authenticated user.
get/v2/team
Response
Example response
{
"teams": [
{
"id": "1234",
"name": "My ClickUp Workspace",
"color": "#000000",
"avatar": "https://clickup.com/avatar.jpg",
"members": [
{
"user": {
"id": 123,
"username": "John Doe",
"color": "#000000",
"profilePicture": "https://clickup.com/avatar.jpg"
}
}
]
}
]
}