GET
/
cdn
/
clients
/
{client_id}
Get CDN service details
curl --request GET \
  --url https://api.gcore.com/cdn/clients/{client_id} \
  --header 'Authorization: <api-key>'
{
  "id": 1,
  "created": "2017-06-10 10:30:04.954354+00:00",
  "updated": "2017-06-10 10:30:04.954354+00:00",
  "service": {
    "enabled": true,
    "status": "active",
    "updated": "2017-06-10 10:30:04.954354+00:00"
  },
  "utilization_level": 500,
  "cname": "cli-1-hash.example.com",
  "use_balancer": false
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

client_id
integer
required

Client account ID.

Response

200
application/json

Successful.

The response is of type object.