v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Regions

List all Regions

List all regions and the interfaces that region supports

get/regions

Response

Successful response

Example response

{
  "data": [
    {
      "code": "ashburn-va",
      "created_at": "2018-02-02T22:25:27.521Z",
      "name": "Ashburn",
      "record_type": "region",
      "supported_interfaces": [
        "wireguard_interface"
      ],
      "updated_at": "2018-02-02T22:25:27.521Z"
    }
  ]
}