latestOpenAPI 3.1.02026-08-23100133183.1 KB

0d66c7340876

Locations

Returns a list of available locations

get/v1/locations

Response

Returns a list of available locations

codestring required

Datacenter location code

namestring required

Location name

country_codestring required

Country code

Example response

[
  {
    "code": "FIN-01",
    "name": "Finland 1",
    "country_code": "FI"
  }
]