cURL
curl --request GET \ --url https://api.gcore.com/cdn/resellers/me \ --header 'Authorization: <api-key>'
{ "id": 1, "available_features": [ 1, 2, 3 ], "default_enabled_features": [ 2, 3 ] }
Get information about CDN product settings in your account.
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
Successful.
Reseller account ID.
IDs of paid features that you can manage for your clients accounts.
Feature ID.
IDs of paid features that will be enabled for new clients.