Skip to main content
GET
/
cdn
/
admin
/
paid_features
Get paid features list
curl --request GET \
  --url https://api.gcore.com/cdn/admin/paid_features \
  --header 'Authorization: <api-key>'
[
  {
    "id": 123,
    "client_id": 123,
    "feature": {
      "id": 123,
      "name": "<string>",
      "service": "<string>",
      "is_free": true
    },
    "feature_id": 123,
    "create_date": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Response

200 - application/json

Successful.

id
integer

Internal feature activation ID.

client_id
integer

Client account ID.

feature
object
feature_id
integer

Feature ID.

create_date
string<date-time>

Date and time when the feature was activated (ISO 8601/RFC 3339 format, UTC.)