/team.info
GET
/team.info
team
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/team.info?token='
Response Response Example
200 - response
{
"ok": true,
"team": {
"domain": "example",
"email_domain": "example.com",
"enterprise_id": "E1234A12AB",
"enterprise_name": "Umbrella Corporation",
"icon": {
"image_102": "https://...",
"image_132": "https://...",
"image_34": "https://...",
"image_44": "https://...",
"image_68": "https://...",
"image_88": "https://...",
"image_default": true
},
"id": "T12345",
"name": "My Team"
}
}
Request
Query Params
token
stringÂ
required
team:read
team
stringÂ
optional
Responses
Modified at 2023-08-15 05:39:46