{ "opencollection": "1.0.0", "info": { "name": "Telefonie Number Management Available Numbers Conferences API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Conferences", "type": "folder" }, "items": [ { "info": { "name": "List Conferences", "type": "http" }, "http": { "method": "GET", "url": "https://api.telefonie.com/v1/numbers/conferences", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by conference status" } ] }, "docs": "List all active and completed conference calls." }, { "info": { "name": "Create Conference", "type": "http" }, "http": { "method": "POST", "url": "https://api.telefonie.com/v1/numbers/conferences", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new conference room." }, { "info": { "name": "List Conference Participants", "type": "http" }, "http": { "method": "GET", "url": "https://api.telefonie.com/v1/numbers/conferences/:conference_id/participants", "params": [ { "name": "conference_id", "value": "", "type": "path", "description": "Unique identifier for the conference" } ] }, "docs": "List all participants currently in a conference." }, { "info": { "name": "Add Conference Participant", "type": "http" }, "http": { "method": "POST", "url": "https://api.telefonie.com/v1/numbers/conferences/:conference_id/participants", "params": [ { "name": "conference_id", "value": "", "type": "path", "description": "Unique identifier for the conference" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Dial out and add a participant to an existing conference." } ] } ], "bundled": true }