---
title: "Get CDN service"
method: GET
path: "/cdn/clients"
tags: ["CDN Reseller service"]
---

# Get CDN service

`GET /cdn/clients`

Get information about CDN services of all clients accounts.

## Response `200`

Successful.

- AccountDetails[]
  - `id` integer — Client account ID.
  - `created` string — Date of the first synchronization with the Platform.
  - `updated` string — Date of the last CDN service update.
  - `service` BodyResponseClientService — CDN service status.
    - `enabled` boolean — Defines whether the service is activated. Possible values are: - **true** - Service is activated. - **false** - Service is not activated.
    - `status` string — Service status. Possible values: - **new** - CDN service is not activated. - **trial** - Free trial is in progress. - **trialend** - Free trial has ended and CDN service is stopped. All client CDN resources are suspended. - **activating** - CDN service is being activated. It can take up to 15 minutes. - **active** - CDN service is active. - **paused** - CDN service is stopped. All client CDN resources are suspended. - **deleted** - CDN service is stopped. All client CDN resources are deleted.
    - `updated` string — Date of the last status update.
  - `utilization_level` integer — CDN traffic usage limit in gigabytes. When the limit is reached, we will send an email notification to a client.
  - `cname` string — Domain zone to which a CNAME record of the client CDN resources should be pointed.
  - `use_balancer` boolean — Defines whether custom balancing is used for content delivery.
  - `auto_suspend_enabled` boolean — Defines whether resources will be deactivated automatically by inactivity.

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
