cURL
curl --request GET \ --url https://api.gcore.com/cdn/admin/paid_features/{paid_feature_id} \ --header 'Authorization: <api-key>'
{ "id": 2, "client_id": 2, "feature": { "id": 1, "name": "Example 1", "service": "CDN", "is_free": false }, "feature_id": 1, "create_date": "2021-01-01T00:00:00.000000Z" }
Get details of the activated paid feature.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Internal feature activation ID.
Successful.
Client account ID.
Show child attributes
Feature ID.
Feature name.
Parameter is legacy.
Defines whether a feature is free or paid.
Possible values:
Date and time when the feature was activated (ISO 8601/RFC 3339 format, UTC.)
Was this page helpful?