{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication Logos API", "version": "1.2" }, "items": [ { "info": { "name": "Logos", "type": "folder" }, "items": [ { "info": { "name": "Get Logo", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/logos/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the Logo" } ] }, "docs": "Get Logo by UUID" }, { "info": { "name": "Delete Logo", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/fabric/v4/logos/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the Logo" } ] }, "docs": "Delete Logo by UUID" } ] } ], "bundled": true }