---
title: "Enable paid feature"
method: POST
path: "/cdn/admin/paid_features"
tags: ["CDN Reseller Features"]
---

# Enable paid feature

`POST /cdn/admin/paid_features`

Enable information about the paid feature for a specific client.

## Request body

- PaidFeaturesCreate
  - `client_id` integer, required — Client account ID.
  - `feature_id` integer, required — Feature ID.

## Response `201`

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

## Other responses

- `400` — Validation error.

---

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