Skip to main content

Features - API Documentation

Overview

The Features API manages feature enablement, global configuration, user-scoped configuration, and related operational metadata.

Database Collections

CollectionPurpose
countly.pluginsStores feature enablement state and global configuration values under _id: "plugins".
countly.membersStores dashboard user profile and per-user settings used by user-config endpoints.
countly.auth_tokensStores dashboard auth token TTL metadata updated by session-timeout configuration flows.
countly.appsUsed by app-admin read validation where app_id context is required.

Configuration & Settings

  • frontend.session_timeout affects token TTL/expiration update behavior in config-update endpoints.

Processing Factors

  • Authenticated member language (member.lang) affects localized title/description fallback for disabled features in feature list output.

Last Updated

2026-02-17