{ "opencollection": "1.0.0", "info": { "name": "MAVRCK.IO Conversation Templates API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "ConversationTemplates", "type": "folder" }, "items": [ { "info": { "name": "getConversationTemplates", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/conversation-templates", "params": [ { "name": "isArchived", "value": "", "type": "query" } ] } }, { "info": { "name": "createConversationTemplate", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/v1/conversation-templates", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getConversationTemplate", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/conversation-templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateConversationTemplate", "type": "http" }, "http": { "method": "PUT", "url": "http://app.splashscore.com/v1/v1/conversation-templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }