Parameter | Description |
---|---|
Team | Team to get info on, if omitted, will return information about the current team. Will only return team that the authenticated token is allowed to see through external shared channels. |
{
"ok": true,
"team": {
"id": "<string>",
"name": "<string>",
"url": "<string>",
"domain": "<string>",
"email_domain": "<string>",
"icon": {
"image_default": true,
"image_34": "<string>",
"image_44": "<string>",
"image_68": "<string>",
"image_88": "<string>",
"image_102": "<string>",
"image_230": "<string>",
"image_132": "<string>"
},
"avatar_base_url": "<string>",
"is_verified": false,
"lob_sales_home_enabled": false
}
}
Was this page helpful?