GET/v1/subscription/menu

Get subscription menu

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Responses

tenantIdstringnullable
userIdstringnullable
subscriptionobjectSubscriptionOverviewDto
statusstringnullable
validUntilstring (date-time)nullable
daysUntilExpirationinteger (int32)nullable
productsarray of objectProductPlanDtonullable
productCodestringnullable
productNamestringnullable
tierstringnullable
tierDisplayNamestringnullable
isTrialboolean
trialEndsAtstring (date-time)nullable
subscribedAtstring (date-time)
limitsarray of objectPlanLimitDtonullable
modulesarray of objectModuleMenuDtonullable
codestringnullable
namestringnullable
isEnabledboolean
isTrialboolean
trialEndsAtstring (date-time)nullable
trialDaysRemaininginteger (int32)nullable
currentTierstringnullable
iconstringnullable
iconUrlstringnullable
heightstringnullable
isExpandedboolean
routestringnullable
isExternalboolean
hasAccessboolean
categoriesarray of objectMenuCategoryDtonullable
namestringnullable
expandedByDefaultboolean
orderinteger (int32)
descriptionstringnullable
itemsarray of MenuItemDtoMenuItemDtonullable
userFavoritesarray of objectUserFavoriteDtonullable
display_namestringnullable
icon_classstringnullable
routestringnullable
orderinteger (int32)
curl --request GET \
  --url 'https://api.4comply.io/v1/subscription/menu' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'