Teams
Get sorted teams (inboxes)
REQUIRED SCOPES <code>['teams:read']</code><br>Get sorted teams (inboxes)
get/teams/sorted
Response
OK
Example response
{
"data": [
{
"unread_calls": 4,
"unread_messages_count": 7,
"unread_mentions_count": 2,
"type": "inbox"
}
]
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.