GET
/
cdn
/
admin
/
clients
/
{client_id}
Get client balancer settings
curl --request GET \
  --url https://api.gcore.com/cdn/admin/clients/{client_id} \
  --header 'Authorization: <api-key>'
{
  "is_in": true,
  "region_list": [
    1,
    2
  ]
}

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.