Regions

Regions

List all Regions

List all regions and the interfaces that region supports

SecurityBearerAuth
Responses
200

Successful response

Response Schema: application/json
Array of objects (Region)
Array
record_type
string

Identifies the type of the resource.

code
string

A code for the region.

name
string

A name for the region.

supported_interfaces
Array of strings

List of interface types supported in this region.

created_at
string

ISO 8601 formatted date-time indicating when the resource was created.

updated_at
string

ISO 8601 formatted date-time indicating when the resource was updated.

default

Unexpected error

Response Schema: application/json
Array of objects (Error)
Array
code
required
string <int>
title
required
string
detail
string
object
meta
object
get/regions
Request samples
Response samples
application/json
{
  • "data": [
    • {
      • "record_type": "region",
      • "code": "ashburn-va",
      • "name": "Ashburn",
      • "supported_interfaces": [
        • "wireguard_interface"
        ],
      • "created_at": "2018-02-02T22:25:27.521Z",
      • "updated_at": "2018-02-02T22:25:27.521Z"
      }
    ]
}