Skip to main content
GET
/
reseller
/
teams
Get all teams for a reseller
curl --request GET \
  --url https://partners.clerk.chat/reseller/teams
{
  "data": [
    {
      "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>"
      }
    }
  ],
  "total": 123
}

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.

Query Parameters

query
string

Search by name

skip
number

How many to skip

take
number

How many to return

Response

200 - application/json
data
object[]
required
total
number
required