{ "opencollection": "1.0.0", "info": { "name": "Open Liberty APIs Applications Authentication API", "version": "24.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Authenticate and Get Ltpa Token", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:9443/login", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticates the user and returns an LTPA token cookie for subsequent requests." }, { "info": { "name": "Logout and Invalidate Token", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:9443/logout" }, "docs": "Invalidates the current LTPA token." } ] } ], "bundled": true }