POST
/v1/admin/subscription/{tenantId}/addons/{addonCode}Create subscription addons
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idPath parameters
tenantIdstringrequiredaddonCodestringrequiredResponses
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 POST \
--url 'https://api.4comply.io/v1/admin/subscription/your-tenant-id/addons/example-code' \
--header 'Authorization: Bearer sk_...' \
--header 'tenant_id: your-tenant-id'