GET/v1/subscription/plans

Get subscription plans

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Query parameters

includeInactivebooleandefault false

Responses

array of objectPlanTemplate
idstringnullable
planCodestringnullable
productCodestringnullable
tierstringnullable
namestringnullable
displayNamestringnullable
descriptionstringnullable
priceMonthlynumber (double)
priceYearlynumber (double)
priceBiannualnumber (double)
priceQuarterlynumber (double)
billingNotesstringnullable
currencystringnullable
featuresarray of stringnullable
limitsobjectnullable
{key}integer (int32)nullable
limitEnforcementsobjectnullable
{key}stringnullable
isActiveboolean
orderinteger (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'