cURL
curl --request GET \ --url https://api.gcore.com/cdn/resellers/me \ --header 'Authorization: <api-key>'
{ "id": 123, "available_features": [ 123 ], "default_enabled_features": [ 123 ] }
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.
Was this page helpful?