Subscription
Tenant subscription management. View the current subscription, subscription history, change packages, and cancel subscriptions. Cancelling ends the current subscription immediately and marks the tenant as cancelled. Choosing a new plan via PUT clears the cancellation. The pricing tier is automatically determined from the tenant's active client count.
-
GET Get Current SubscriptionReturns the current active subscription for the tenant/tenants/{tenant}/subscription
-
PUT Change SubscriptionChanges the tenant's subscription to a different package. The pricing tier is automatically determined based on the tenant's active client count. If t.../tenants/{tenant}/subscription
-
DELETE Cancel SubscriptionCancels the tenant's subscription. During a free trial, this removes the pending plan selection (the trial continues and will expire naturally). Outsi.../tenants/{tenant}/subscription
-
GET Get Subscription HistoryReturns all subscriptions for the tenant, including historical/tenants/{tenant}/subscription/history
-
GET Preview Subscription PricesReturns the price for each available package based on the tenant's current active client count, including any active discount./tenants/{tenant}/subscription/price-preview