{ "opencollection": "1.0.0", "info": { "name": "Zayo APIs Maintenance Cases Service Inventory API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Service Inventory", "type": "folder" }, "items": [ { "info": { "name": "Get services", "type": "http" }, "http": { "method": "POST", "url": "https://api.zayo.com/services/service-management/v1/existing-services", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve all non-disconnected services where locations of the services are reflected as components." } ] } ], "bundled": true }