Skip to main content

List all Regions

GET 
/regions

List all regions and the interfaces that region supports

Responses

200: Successful response

default: Unexpected error

Request samples


curl -L 'https://api.telnyx.com/v2/regions' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


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