{ "opencollection": "1.0.0", "info": { "name": "Whippy Public Campaigns Conversations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-WHIPPY-KEY", "value": "{{X-WHIPPY-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Conversations", "type": "folder" }, "items": [ { "info": { "name": "List conversations", "type": "http" }, "http": { "method": "GET", "url": "https://api.whippy.co/v1/conversations", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results per page (default 50, max 500)." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination." }, { "name": "status[]", "value": "", "type": "query", "description": "Filter by conversation status." }, { "name": "type[]", "value": "", "type": "query", "description": "Filter by conversation type." } ] }, "docs": "List conversations" }, { "info": { "name": "Show a conversation", "type": "http" }, "http": { "method": "GET", "url": "https://api.whippy.co/v1/conversations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource UUID." } ] }, "docs": "Show a conversation" }, { "info": { "name": "Update a conversation", "type": "http" }, "http": { "method": "PUT", "url": "https://api.whippy.co/v1/conversations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource UUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a conversation" }, { "info": { "name": "Search conversations", "type": "http" }, "http": { "method": "POST", "url": "https://api.whippy.co/v1/conversations/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search conversations" }, { "info": { "name": "List messages in a conversation", "type": "http" }, "http": { "method": "GET", "url": "https://api.whippy.co/v1/conversations/:id/messages", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource UUID." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page (default 50, max 500)." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination." } ] }, "docs": "List messages in a conversation" } ] } ], "bundled": true }