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