Skip to main content
GET
/
cdn
/
admin
/
billing_regions
Get client content delivery regions list
curl --request GET \
  --url https://api.gcore.com/cdn/admin/billing_regions \
  --header 'Authorization: <api-key>'
[
  {
    "id": 1,
    "name": "region1",
    "created_at": "",
    "changed_at": "",
    "description": "Region 1",
    "required": false,
    "visible": false,
    "localization": null
  },
  {
    "id": 2,
    "name": "region2",
    "created_at": "",
    "changed_at": "",
    "description": "Region 2",
    "required": false,
    "visible": false,
    "localization": null
  }
]

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

Query Parameters

client_id
integer

Client account ID.

Response

Successful.

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[] | null

Region full name translated into different languages.

I