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"
  }
]

Changes

No recorded changes to this endpoint across all 10 revisions of this API.