{ "opencollection": "1.0.0", "info": { "name": "Efront Account API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Checks if the specified account exists and returns the user id", "type": "http" }, "http": { "method": "POST", "url": "https://virtserver.swaggerhub.com/Epignosis/Efront-API/1.0.0/Account/Status", "body": { "type": "form-urlencoded", "data": [ { "name": "login", "value": "" }, { "name": "password", "value": "" } ] } }, "docs": "Checks if the specified account exists and returns the user id" } ] } ], "bundled": true }