{ "opencollection": "1.0.0", "info": { "name": "Whippy Public Campaigns API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-WHIPPY-KEY", "value": "{{X-WHIPPY-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Campaigns", "type": "folder" }, "items": [ { "info": { "name": "Send an SMS campaign", "type": "http" }, "http": { "method": "POST", "url": "https://api.whippy.co/v1/messaging/sms/campaign", "body": { "type": "json", "data": "{}" } }, "docs": "Create and send a bulk SMS campaign from a channel to a list of contacts." }, { "info": { "name": "List campaigns", "type": "http" }, "http": { "method": "GET", "url": "https://api.whippy.co/v1/campaigns", "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": "title", "value": "", "type": "query", "description": "Filter by campaign title." }, { "name": "status[]", "value": "", "type": "query" } ] }, "docs": "List campaigns" }, { "info": { "name": "Show a campaign", "type": "http" }, "http": { "method": "GET", "url": "https://api.whippy.co/v1/campaigns/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource UUID." } ] }, "docs": "Show a campaign" }, { "info": { "name": "List campaign contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.whippy.co/v1/campaigns/:id/contacts", "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 campaign contacts" } ] } ], "bundled": true }