{ "opencollection": "1.0.0", "info": { "name": "Shyft Customer Authentication > Email Compact > Subscriptions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Compact > Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "get viewable subscriptions", "type": "http" }, "http": { "method": "GET", "url": "http://{{host}}/api/compact/subscriptions/can_view", "headers": [ { "name": "Session-Uukey", "value": "{{session_uukey}}" }, { "name": "Content-Type", "value": "application/json" } ], "params": [ { "name": "channel_id", "value": "7336", "type": "query", "description": "filter my subscriptions by channel\n" } ] }, "docs": "Get all my subscriptions" } ] } ], "bundled": true }