{ "opencollection": "1.0.0", "info": { "name": "Smoobu Apartments User API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Get the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://login.smoobu.com/api/me" }, "docs": "Returns the Smoobu account associated with the API key." } ] } ], "bundled": true }