{ "opencollection": "1.0.0", "info": { "name": "Consolidate Services AccountService SessionService API", "version": "version not set" }, "items": [ { "info": { "name": "SessionService", "type": "folder" }, "items": [ { "info": { "name": "Create a new JWT for authentication and set a cookie if using HTTP", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/session" }, "docs": "Create a new JWT for authentication and set a cookie if using HTTP" }, { "info": { "name": "Delete an existing JWT cookie if using HTTP", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/session" }, "docs": "Delete an existing JWT cookie if using HTTP" }, { "info": { "name": "Get the current user's info", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/session/userinfo" }, "docs": "Get the current user's info" } ] } ], "bundled": true }