GET
/team.infoGet team information
Retrieves information about a team. Omit team to retrieve the current team, or provide it to request a team visible to the authenticated token through external shared channels. The response includes the team's required identity and profile details.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringrequired
Authentication token with the `team:read` scope.
teamstringoptional
Team to retrieve; defaults to the current team when omitted and is limited to teams visible to the authenticated token through external shared channels.
200Returns an object containing `ok` set to true and a `team` object with fields including its `id`, `name`, `domain`, `email_domain`, and `icon`.
okbooleanrequired
teamobjectrequired
defaultReturns an error object with `ok` set to false and an `error` value describing why team information could not be retrieved.
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
okbooleanrequired
Error handling
Supply token with the team:read scope. If provided, team must identify a team that the authenticated token is allowed to see through external shared channels.