GET
/
cdn
/
clients
/
me
curl --request GET \
  --url https://api.gcore.com/cdn/clients/me \
  --header 'APIKey: <api-key>'
{
  "id": 174,
  "created": "<string>",
  "updated": "2021-06-24 01:57:01.416157+00:00",
  "service": {
    "enabled": true,
    "status": "active",
    "updated": "2021-02-19 15:44:44.925201+00:00"
  },
  "utilization_level": 1111,
  "cname": "cl-174-example.cdn.com",
  "use_balancer": true,
  "auto_suspend_enabled": true,
  "cdn_resources_rules_max_count": 10
}

Authorizations

APIKey
string
header
required

API key for authentication.

Response

200 - application/json

Successful.

The response is of type object.