Skip to main content
GET
/
reseller
/
teams
/
{teamId}
Get information about a team
curl --request GET \
  --url https://partners.clerk.chat/reseller/teams/{teamId}
{
  "id": "<string>",
  "name": "<string>",
  "tier": "fraud",
  "externalId": "<string>",
  "created": "2023-11-07T05:31:56Z",
  "updated": "2023-11-07T05:31:56Z",
  "inboxCount": 123,
  "userCount": 123,
  "planTier": {
    "name": "<string>",
    "externalId": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.clerk.chat/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

teamId
string
required

Query Parameters

skip
number

How many to return

take
number

How many to skip

Response

200 - application/json
id
string
required
name
string
required
tier
enum<string>
required
Available options:
fraud,
free,
starter,
unlimited,
mfa_nonvoip
externalId
string
required
created
string<date-time>
required
updated
string<date-time>
required
inboxCount
number
required
userCount
number
required
planTier
object
required