Get tenant profile
GET /api/v1/tenant
GET
/api/v1/tenant
Return the current tenant’s name, plan, and settings.
Authorizations
Responses
200
Successful Response
Wrapper response for GET /tenant.
Attributes: data: The tenant profile payload.
object
data
required
Tenant profile fields returned by GET /tenant.
Attributes: id: Unique tenant identifier. name: Display name of the tenant / business. slug: URL-safe unique identifier. plan: Current subscription plan tier. plan_status: Billing status (e.g. trialing, active). settings: Arbitrary tenant settings dict. token_budget_monthly: Monthly token allowance. tokens_used_this_month: Tokens consumed this month.
object
id
required
string format: uuid
name
required
string
plan
required
string
plan_status
required
string
settings
required
object
key
additional properties
any
slug
required
string
token_budget_monthly
required
integer
tokens_used_this_month
required
integer