GET
/
cdn
/
clients
/
{client_id}
/
service
Get CDN service status details
curl --request GET \
  --url https://api.gcore.com/cdn/clients/{client_id}/service \
  --header 'Authorization: <api-key>'
{
  "enabled": true,
  "status": "active",
  "updated": "2021-06-10 10:30:04.954354+00:00"
}

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.

CDN service status.