---
title: "Get CDN features details"
method: GET
path: "/cdn/clients/me/features"
tags: ["CDN service"]
---

# Get CDN features details

`GET /cdn/clients/me/features`

Get information about available CDN features.

## Response `200`

Successful.

- ClientsMeFeaturesResponse
  - `id` integer — Account ID.
  - `paid_features` PaidFeatureItem[] — Paid features available for your account.
    - `feature_id` integer — Feature ID.
    - `name` string — Feature name.
    - `paid_feature_id` integer — Internal feature activation ID.
    - `create_date` string — Date and time when the feature was activated (ISO 8601/RFC 3339 format, UTC.)
  - `free_features` FreeFeatureItem[] — Free features available for your account.
    - `feature_id` integer — Feature ID.
    - `name` string — Feature name.
    - `free_feature_id` integer — Internal feature activation ID.
    - `create_date` string — 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)
