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
| Parameter | Type | Required | Description |
|---|---|---|---|
api_key | String | Yes (or use auth_token) | Dashboard API key. |
auth_token | String | Yes (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
| Field | Type | Description |
|---|---|---|
(root) | Array of String | Enabled feature/plugin identifiers. |
Error Responses
Authentication and authorization failures are returned by the common auth layer.
Behavior
Behavior Modes
| Mode | Trigger | Response Shape |
|---|---|---|
| Features list | Authenticated request | Array of feature IDs. |
Related Endpoints
Implementation details
Database Collections
This endpoint does not directly read or write database collections.