{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup Authentication API", "version": "core" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "POST /services/api/login", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/services/api/login", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /services/api/loginPageConfiguration", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/api/loginPageConfiguration" } }, { "info": { "name": "GET /services/api/verifyToken", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/api/verifyToken" } } ] } ], "bundled": true }