Get all wireless regions
GET/wireless/regions
Retrieve all wireless regions for the given product.
Request
Query Parameters
product stringrequired
The product for which to list regions (e.g., 'public_ips').
Responses
200: A list of wireless regions
- application/json
404: Resource not found
- application/json
default: Unexpected error
- application/json
Request samples
curl -L 'https://api.telnyx.com/v2/wireless/regions' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"data": [
{
"code": "dc2",
"name": "Washington DC, US",
"inserted_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
]
}
{
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
},
"meta": {}
}
{
"errors": [
{
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
},
"meta": {}
}
]
}