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

200
application/json

Successful.

The response is of type object[].