{ "opencollection": "1.0.0", "info": { "name": "Voice Markertplace accents auth API", "version": "0.6.0" }, "items": [ { "info": { "name": "auth", "type": "folder" }, "items": [ { "info": { "name": "Login", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.respeecher.com/api/login", "body": { "type": "json", "data": "{}" } }, "docs": "Login" }, { "info": { "name": "Logout", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.respeecher.com/api/logout", "headers": [ { "name": "x-csrf-token", "value": "" }, { "name": "api-key", "value": "" } ] }, "docs": "Logout" }, { "info": { "name": "Authenticate", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.respeecher.com/api/auth" }, "docs": "Authenticate" } ] } ], "bundled": true }