{ "opencollection": "1.0.0", "info": { "name": "Fixxbook.Bearer.Api.V1 AfterHours Eula API", "version": "bearer.v1" }, "items": [ { "info": { "name": "Eula", "type": "folder" }, "items": [ { "info": { "name": "Method to retrieve the EULA agreement", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/eula/agreement" }, "docs": "Method to retrieve the EULA agreement" }, { "info": { "name": "Method to accept the EULA agreement", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/eula/accept" }, "docs": "Method to accept the EULA agreement" } ] } ], "bundled": true }