Skip to main content

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

401: Authentication error

403: Authorization error

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
}
}