List all regions and the interfaces that region supports
Successful response
import telnyx telnyx.api_key = "YOUR_API_KEY" telnyx.Region.list()
{- "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"
}
]
}