{ "opencollection": "1.0.0", "info": { "name": "Shyft Customer Authentication > Email Compact > Plans API", "version": "1.0.0" }, "items": [ { "info": { "name": "Compact > Plans", "type": "folder" }, "items": [ { "info": { "name": "get plans", "type": "http" }, "http": { "method": "GET", "url": "http://{{host}}/api/compact/plans", "headers": [ { "name": "Session-Uukey", "value": "{{session_uukey}}" }, { "name": "Content-Type", "value": "application/json" } ] }, "docs": "get plans" } ] } ], "bundled": true }