{ "opencollection": "1.0.0", "info": { "name": "Microsoft Bot Framework Connector REST Activities Conversations API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Conversations", "type": "folder" }, "items": [ { "info": { "name": "Get Conversations", "type": "http" }, "http": { "method": "GET", "url": "https://api.botframework.com/v3/conversations", "params": [ { "name": "continuationToken", "value": "", "type": "query" } ] }, "docs": "Get Conversations" }, { "info": { "name": "Create Conversation", "type": "http" }, "http": { "method": "POST", "url": "https://api.botframework.com/v3/conversations", "body": { "type": "json", "data": "{}" } }, "docs": "Create Conversation" } ] } ], "bundled": true }