---
title: "Get free features list"
method: GET
path: "/cdn/admin/free_features"
tags: ["CDN Reseller Features"]
---

# Get free features list

`GET /cdn/admin/free_features`

Get information about all free features activated for the clients.

## Response `200`

Successful.

- PaidFeaturesDetail[]
  - `id` integer — Internal feature activation ID.
  - `client_id` integer — Client account ID.
  - `feature` FeaturesDetail
    - `id` integer — Feature ID.
    - `name` string — Feature name.
    - `service` string — Parameter is **legacy**.
    - `is_free` boolean — Defines whether a feature is free or paid. Possible values: - **true** - Feature is free. - **false** - Feature is paid.
  - `feature_id` integer — Feature ID.
  - `create_date` string, date-time — Date and time when the feature was activated (ISO 8601/RFC 3339 format, UTC.)

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
