---
title: "Get client content delivery regions list"
method: GET
path: "/cdn/admin/billing_regions"
tags: ["Balancer"]
---

# Get client content delivery regions list

`GET /cdn/admin/billing_regions`

Get information about all regions that might be used for content delivery for a specific client.

## Query parameters

- `client_id` integer

## Response `200`

Successful.

- BillingRegionDetails[]
  - `id` integer — Region ID.
  - `name` string — Region abbreviation.
  - `created_at` string — Date of region creation.
  - `changed_at` string — Date of the last update of the information about the region.
  - `description` string — Region full name.
  - `required` boolean — Defines whether the region is the default location handler or not. Default location handler cannot be excluded from the content delivery. Possible values: - **true** - Region is the default location handler. - **false** - Region is not the default location handler.
  - `visible` boolean — Parameter is **legacy**.
  - `localization` object[], nullable — Region full name translated into different languages.

## Other responses

- `400` — The client is not found.

---

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