{ "opencollection": "1.0.0", "info": { "name": "VCV chatbot interview API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "interview", "type": "folder" }, "items": [ { "info": { "name": "GET /api/v3/public/interviews/{token}", "type": "http" }, "http": { "method": "GET", "url": "https://my.vcv.ai/api/v3/public/interviews/:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "token" }, { "name": "with[]", "value": "", "type": "query", "description": "Relations to retrieve" } ] }, "docs": "Get public interview" }, { "info": { "name": "PATCH /api/v3/public/interviews/{token}", "type": "http" }, "http": { "method": "PATCH", "url": "https://my.vcv.ai/api/v3/public/interviews/:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update public interview response state and save first UTM payload" }, { "info": { "name": "POST /api/v3/public/interviews/{token}/agreed", "type": "http" }, "http": { "method": "POST", "url": "https://my.vcv.ai/api/v3/public/interviews/:token/agreed", "params": [ { "name": "token", "value": "", "type": "path", "description": "token" } ] }, "docs": "Mark public interview response as agreed" }, { "info": { "name": "POST /api/v3/responses/{id}/finish", "type": "http" }, "http": { "method": "POST", "url": "https://my.vcv.ai/api/v3/responses/:id/finish", "params": [ { "name": "id", "value": "", "type": "path", "description": "entity id" } ] }, "docs": "Finish interview immediately" } ] } ], "bundled": true }