---
title: "Get a list of free features"
method: GET
path: "/iam/admin/free_features"
tags: ["IAM Reseller Features"]
---

# Get a list of free features

`GET /iam/admin/free_features`

Returns a list of all free features activated for clients.

## Response `200`

OK.

- object[] — Simple array without pagination
  - `id` integer, required — Activated feature's ID.
  - `client_id` integer, required — Client's ID.
  - `feature_id` integer, required — Feature's ID.
  - `feature` object, required
    - `id` integer, required — Feature's ID.
    - `name` string, required — A feature's name.
    - `service` 'CDN' | 'STORAGE' | 'STREAMING' | 'DNS' | 'DDOS' | 'CLOUD', required — The service a feature belongs to.
    - `is_free` boolean, required — Shows if a feature is free or paid.
  - `created_date` string, date-time, required — Timestamp when the feature was activated.

---

[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)
