{
"opencollection": "1.0.0",
"info": {
"name": "Telnyx Access Tokens Connections API",
"version": "2.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Connections",
"type": "folder"
},
"items": [
{
"info": {
"name": "List connections",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.telnyx.com/v2/connections",
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "Consolidated filter parameter (deepObject style). Originally: filter[connection_name], filter[fqdn], filter[outbound_voice_profile_id], filter[outbound.outbound_voice_profile_id]"
},
{
"name": "page",
"value": "",
"type": "query",
"description": "Consolidated page parameter (deepObject style). Originally: page[size], page[number]"
},
{
"name": "sort",
"value": "",
"type": "query",
"description": "Specifies the sort order for results. By default sorting direction is ascending. To have the results sorted in descending order add the - prefix.
\nThat is:
connection_name: sorts the result by the\n connection_name field in ascending order.\n -connection_name: sorts the result by the\n connection_name field in descending order.\n created_at in descending order."
}
]
},
"docs": "Returns a list of your connections irrespective of type."
},
{
"info": {
"name": "Retrieve a connection",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.telnyx.com/v2/connections/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "IP Connection ID"
}
]
},
"docs": "Retrieves the high-level details of an existing connection. To retrieve specific authentication information, use the endpoint for the specific connection type."
}
]
}
],
"bundled": true
}