Create a subscription-tier
POST /subscription-tiers
POST
/subscription-tiers
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
data
object
name
required
string
slug
required
string
max_managed_hosts
integer
max_organisations
integer
max_cloud_instances
integer
price_monthly_usd
number
price_yearly_usd
number
features
Arbitrary JSON value (object, array, string, number, boolean, or null)
is_free_tier
boolean
is_active
boolean
trial_days
integer
status
string
activated_at
string format: date-time
grace_expires_at
string format: date-time
suspended_at
string format: date-time
Responses
Section titled “ Responses ”Created
object
data
object
name
required
string
slug
required
string
max_managed_hosts
integer
max_organisations
integer
max_cloud_instances
integer
price_monthly_usd
number
price_yearly_usd
number
features
Arbitrary JSON value (object, array, string, number, boolean, or null)
is_free_tier
boolean
is_active
boolean
trial_days
integer
status
string
activated_at
string format: date-time
grace_expires_at
string format: date-time
suspended_at
string format: date-time
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Validation error
Missing or invalid authentication
Not authorized (tenant scope or capability)