reseller
Get Resellers under a Platform
reseller
- GETGet all teams for a reseller
- POSTCreate a new team
- GETGet information about a team
- PUTUpdate a new team
- DELRemove a team from the reseller
- PUTUpdate a new team
- POSTCreate new inboxes and users for a team
- GETGet all users on a team
- POSTAdd a user to a team
- DELRemove users from a team
- GETGets all inboxes for a team
- POSTCreate a new inbox for a team
- DELRemove inboxes from a team
- POSTCreate new inboxes and users for a team
- POSTAssign multiple Users to an Inbox
- DELRemove users from an inbox
- GETReturn the whitelist domains for the reseller team
- POSTCreate a new whitelisted domain for a team
- DELRemove a whitelisted domain from the team
- GETGet Resellers under a Platform
- POSTCreate a new Reseller
- GETGet reseller tiers
- POSTImport team users
- GETGet import team users job status
reseller
Get Resellers under a Platform
GET
/
reseller
curl --request GET \
--url https://partners.clerk.chat/reseller
{
"data": [
{
"id": "<string>",
"externalId": "<string>",
"username": "<string>",
"created": "2023-11-07T05:31:56Z",
"updated": "2023-11-07T05:31:56Z"
}
],
"total": 123
}
curl --request GET \
--url https://partners.clerk.chat/reseller
{
"data": [
{
"id": "<string>",
"externalId": "<string>",
"username": "<string>",
"created": "2023-11-07T05:31:56Z",
"updated": "2023-11-07T05:31:56Z"
}
],
"total": 123
}