{ "opencollection": "1.0.0", "info": { "name": "Casap Auth API", "version": "0.1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Authenticate", "type": "http" }, "http": { "method": "GET", "url": "http://api.casaphq.com/v1/authenticate" }, "docs": "Authenticate" } ] } ], "bundled": true }