GET
/v1/subscription/plansGet subscription plans
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idQuery parameters
includeInactivebooleandefault falseResponses
array of objectPlanTemplate
idstringnullableplanCodestringnullableproductCodestringnullabletierstringnullablenamestringnullabledisplayNamestringnullabledescriptionstringnullablepriceMonthlynumber (double)priceYearlynumber (double)priceBiannualnumber (double)priceQuarterlynumber (double)billingNotesstringnullablecurrencystringnullablefeaturesarray of stringnullablelimitsobjectnullable{key}integer (int32)nullablelimitEnforcementsobjectnullable{key}stringnullableisActivebooleanorderinteger (int32)createdAtstring (date-time)updatedAtstring (date-time)curl --request GET \
--url 'https://api.4comply.io/v1/subscription/plans' \
--header 'Authorization: Bearer sk_...' \
--header 'tenant_id: your-tenant-id'