Skip to main content

System - Enabled Features List

Endpoint

/o/system/plugins

Overview

Returns enabled feature identifiers for the current server.

Authentication

Pass api_key or auth_token as a query parameter, or send countly-token as a header. See Authentication.

Permissions

  • Requires authenticated dashboard user access to management-read endpoints.

Request Parameters

ParameterTypeRequiredDescription
api_keyStringYes (or use auth_token)Dashboard API key.
auth_tokenStringYes (or use api_key)Dashboard auth token.

Examples

Example 1: List enabled features

/o/system/plugins?api_key=YOUR_API_KEY
[
"core",
"events",
"dashboards"
]

Response

Success Response

[
"core",
"plugins",
"dashboards",
"users",
"events"
]

Response Fields

FieldTypeDescription
(root)Array of StringEnabled feature/plugin identifiers.

Error Responses

Authentication and authorization failures are returned by the common auth layer.

Behavior

Behavior Modes

ModeTriggerResponse Shape
Features listAuthenticated requestArray of feature IDs.
Implementation details

Database Collections

This endpoint does not directly read or write database collections.