{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Mobile Voice Connections API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Mobile Voice Connections", "type": "folder" }, "items": [ { "info": { "name": "List Mobile Voice Connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/v2/mobile_voice_connections", "params": [ { "name": "page[number]", "value": "", "type": "query", "description": "The page number to load" }, { "name": "page[size]", "value": "", "type": "query", "description": "The size of the page" }, { "name": "filter[connection_name][contains]", "value": "", "type": "query", "description": "Filter by connection name containing the given string" }, { "name": "sort", "value": "", "type": "query", "description": "Sort by field (e.g., created_at, connection_name, active). Prefix with - for descending order." } ] }, "docs": "List Mobile Voice Connections" }, { "info": { "name": "Create a Mobile Voice Connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/v2/mobile_voice_connections", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Mobile Voice Connection" }, { "info": { "name": "Retrieve a Mobile Voice Connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/v2/mobile_voice_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the mobile voice connection" } ] }, "docs": "Retrieve a Mobile Voice Connection" }, { "info": { "name": "Update a Mobile Voice Connection", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/v2/mobile_voice_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the mobile voice connection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Mobile Voice Connection" }, { "info": { "name": "Delete a Mobile Voice Connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/v2/mobile_voice_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the mobile voice connection" } ] }, "docs": "Delete a Mobile Voice Connection" } ] } ], "bundled": true }