GET
/
v2
/
teams
/
{teamId}
curl --request GET \
  --url https://api.cal.com/v2/teams/{teamId}
{
  "status": "success",
  "data": {
    "id": 123,
    "parentId": 123,
    "name": "<string>",
    "slug": "<string>",
    "logoUrl": "<string>",
    "calVideoLogo": "<string>",
    "appLogo": "<string>",
    "appIconLogo": "<string>",
    "bio": "<string>",
    "hideBranding": true,
    "isOrganization": true,
    "isPrivate": true,
    "hideBookATeamMember": false,
    "metadata": "<string>",
    "theme": "<string>",
    "brandColor": "<string>",
    "darkBrandColor": "<string>",
    "bannerUrl": "<string>",
    "timeFormat": 123,
    "timeZone": "Europe/London",
    "weekStart": "Sunday"
  }
}

Path Parameters

teamId
number
required

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required