{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Dialogflow Integration API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Dialogflow Integration", "type": "folder" }, "items": [ { "info": { "name": "Retrieve stored Dialogflow Connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/dialogflow_connections/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "Uniquely identifies a Telnyx application (Call Control)." } ] }, "docs": "Return details of the Dialogflow connection associated with the given CallControl connection." }, { "info": { "name": "Create a Dialogflow Connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/dialogflow_connections/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "Uniquely identifies a Telnyx application (Call Control)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Save Dialogflow Credentiails to Telnyx, so it can be used with other Telnyx services." }, { "info": { "name": "Update stored Dialogflow Connection", "type": "http" }, "http": { "method": "PUT", "url": "https://api.telnyx.com/v2/dialogflow_connections/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "Uniquely identifies a Telnyx application (Call Control)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a stored Dialogflow Connection." }, { "info": { "name": "Delete stored Dialogflow Connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/dialogflow_connections/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "Uniquely identifies a Telnyx application (Call Control)." } ] }, "docs": "Deletes a stored Dialogflow Connection." } ] } ], "bundled": true }