Skip to main content
GET
Get the tenant's managed-cloud billing/trial status
Returns where the calling tenant stands with Recurso Cloud itself — not your customers’ billing, but your own account with Recurso: whether you are trialing, active, past due or canceled, which plan tier you are on, when the trial ends and how many whole days remain. The dashboard uses it to show the trial banner. It is read-only; there is no self-serve upgrade endpoint yet. For the tenant record itself see Get Account; for the plans you can move to see List Cloud Plans. Self-hosted deployments still answer, with whatever billing_status and plan_tier the tenant row carries.

Parameters

This endpoint takes no parameters.

Example Request

Response

The object is returned bare (no data envelope).

Fields

Errors

Errors use the standard envelope — see Errors.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Response

Billing status.

billing_status
enum<string>
Available options:
trialing,
active,
past_due,
canceled
plan_tier
string
trial_ends_at
string<date-time>
trial_days_left
integer
trial_expired
boolean