{ "opencollection": "1.0.0", "info": { "name": "Voiceflow Conversations Interact Session API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Session", "type": "folder" }, "items": [ { "info": { "name": "Start a new session (v4)", "type": "http" }, "http": { "method": "POST", "url": "https://general-runtime.voiceflow.com/v2/state/user/:userID/session/start", "params": [ { "name": "userID", "value": "", "type": "path", "description": "Stable identifier for the end user / conversation participant." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Start a new session (v4)" }, { "info": { "name": "Emit a session event", "type": "http" }, "http": { "method": "POST", "url": "https://general-runtime.voiceflow.com/v2/state/user/:userID/session/emit", "params": [ { "name": "userID", "value": "", "type": "path", "description": "Stable identifier for the end user / conversation participant." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Emit a session event" } ] } ], "bundled": true }