Appearance
Get My Tenant
GET
/api/v1/tenants/mine
Return the tenant owned by the caller's organization.
Multi-tenant chatbot assumes a single Tenant row per organization — this
endpoint resolves the current user's organization to its Tenant or returns
404 when the organization has no chatbot provisioned yet.
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"
{
}