cURL
curl --request GET \ --url https://api.gcore.com/cdn/admin/free_features/{free_feature_id} \ --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" }
Get information about the details of the activated free 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?