Skip to content

List My Tenants

GET
/api/v1/tenants

Return all active tenants in the caller's organization, ordered by id.

Organizations with multiple tenants (e.g. Ivan owning both LolaWOOF and
XTRACODE) use this to populate the tenant switcher in the chatbot UI.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Responses

Successful Response

application/json
JSON
[
  
{
  
  
"id": 0,
  
  
"name": "string",
  
  
"chatwoot_account_id": 0,
  
  
"collection": "string",
  
  
"mode": "string",
  
  
"status": "string",
  
  
"slack_channel_id": "string",
  
  
"store_id": "string",
  
  
"content_profile_id": "string",
  
  
"product_lookup_enabled": true,
  
  
"product_lookup_include_oos": true,
  
  
"organization_id": "string",
  
  
"created_at": "string",
  
  
"updated_at": "string"
  
}
]

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

XC AI Content Automation