Tenant
Get current tenant
Get the tenant the current user belongs to.
get/tenants/current
Query parameters
cookie_namestring nullable
Response
Successful Response
Example response
{
"id": 1,
"created_at": "2026-01-15T08:30:00Z",
"creator_user_id": 42,
"name": "Acme Corp",
"slug": "acme-corp",
"domain": "acme.com",
"parent_tenant_id": 1,
"timezone": "Europe/Berlin",
"locale": "en-US",
"tarif_id": 2,
"max_users": 100,
"max_projects": 50,
"licenses": 100,
"display_name": "Acme Corporation",
"motto": "Building the future.",
"logo_url": "https://cdn.example.com/acme/logo.png",
"square_logo_url": "https://cdn.example.com/acme/logo-square.png",
"favicon_url": "https://cdn.example.com/acme/favicon.ico",
"chat_square_logo_url": "https://cdn.example.com/acme/chat-logo.png",
"primary_color": "#1A2B3C",
"secondary_color": "#4D5E6F",
"theme": "light",
"storage_limit_gb": 100,
"api_rate_limit": 1000,
"state": "active",
"upstream_tenant_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"upstream_oidc_issuer": "https://login.example.com/"
}