cURL
curl --request GET \ --url https://api.gcore.com/iam/admin/paid_features/{activatedFeatureId} \ --header 'Authorization: <api-key>'
{ "id": 123, "client_id": 123, "feature_id": 123, "feature": { "id": 123, "name": "<string>", "service": "CDN", "is_free": true }, "created_date": "2023-11-07T05:31:56Z" }
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
Activated feature's ID.
OK.
Client's ID.
Feature's ID.
Show child attributes
A feature's name.
The service a feature belongs to.
CDN
STORAGE
STREAMING
DNS
DDOS
CLOUD
Shows if a feature is free or paid.
Timestamp when the feature was activated.
Was this page helpful?