PUT
/v1/admin/subscription/{tenantId}/products/{productCode}/tierUpdate products tier
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idPath parameters
tenantIdstringrequiredproductCodestringrequiredRequest body application/json
newTierstringnullableResponses
idstringnullabletenantIdstringnullablebillingCyclestringnullablevalidFromstring (date-time)validUntilstring (date-time)nullableproductCodestringnullableplanCodestringnullabletierstringnullableisEnabledbooleanisTrialbooleantrialEndsAtstring (date-time)nullableadditionalFeaturesarray of stringnullableremovedFeaturesarray of stringnullablebillingCyclestringnullablecustomLimitsobjectnullable{key}integer (int32)nullablesubscribedAtstring (date-time)nullableexpiresAtstring (date-time)nullableaddonsarray of stringnullablecreatedAtstring (date-time)updatedAtstring (date-time)updatedBystringnullablecurl --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"
}'