Search Available Sites
GET/networking/search/sites
Search for available sites to deploy your network to.
Request
Query Parameters
filter[region_id] numberrequired
The id
of the region you want to filter on
Responses
200: Successful response
- application/json
401: Authentication error
- application/json
403: Authorization error
- application/json
Request samples
curl -L 'https://api.telnyx.com/networking/search/sites' \
-H 'Accept: application/json'
Response samples
{
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"local_cloud_regions": [
{
"cloud_provider": "string",
"cloud_region": "string"
}
],
"record_type": "string"
}
],
"meta": {
"total_pages": 13,
"total_results": 13,
"page_number": 3,
"page_size": 1
}
}
{
"errors": [
{
"code": "10001",
"title": "error title",
"detail": "additional detail about the error",
"pointer": "/pointer/to/field"
}
]
}
{
"errors": [
{
"code": "10001",
"title": "error title",
"detail": "additional detail about the error",
"pointer": "/pointer/to/field"
}
]
}