PUT/v1/admin/subscription/{tenantId}/products/{productCode}/tier

Update products tier

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

tenantIdstringrequired
productCodestringrequired

Request body application/json

newTierstringnullable

Responses

idstringnullable
tenantIdstringnullable
statusenum (int32)01234SubscriptionStatus
billingCyclestringnullable
validFromstring (date-time)
validUntilstring (date-time)nullable
productsarray of objectProductSubscriptionnullable
productCodestringnullable
planCodestringnullable
tierstringnullable
isEnabledboolean
isTrialboolean
trialEndsAtstring (date-time)nullable
additionalFeaturesarray of stringnullable
removedFeaturesarray of stringnullable
billingCyclestringnullable
customLimitsobjectnullable
{key}integer (int32)nullable
subscribedAtstring (date-time)nullable
expiresAtstring (date-time)nullable
addonsarray of stringnullable
createdAtstring (date-time)
updatedAtstring (date-time)
updatedBystringnullable
curl --request PUT \
  --url 'https://api.4comply.io/v1/admin/subscription/your-tenant-id/products/example-code/tier' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id' \
  --header 'Content-Type: application/json' \
  --data '{
  "newTier": "string"
}'