{ "opencollection": "1.0.0", "info": { "name": "Snipcart REST AbandonedCarts Notifications API", "version": "3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "List order notifications", "type": "http" }, "http": { "method": "GET", "url": "https://app.snipcart.com/api/orders/:token/notifications", "params": [ { "name": "token", "value": "", "type": "path", "description": "Unique order token" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page" }, { "name": "offset", "value": "", "type": "query", "description": "Zero-based offset for pagination" } ] }, "docs": "Returns the list of notifications for a specific order." }, { "info": { "name": "Create order notification", "type": "http" }, "http": { "method": "POST", "url": "https://app.snipcart.com/api/orders/:token/notifications", "params": [ { "name": "token", "value": "", "type": "path", "description": "Unique order token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new notification on an order, optionally sending it via email." } ] } ], "bundled": true }