{ "opencollection": "1.0.0", "info": { "name": "Isometric Certify Data Ingestion Beneficiaries Component Blueprints API", "version": "v0" }, "items": [ { "info": { "name": "Component Blueprints", "type": "folder" }, "items": [ { "info": { "name": "Get Component Blueprints", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.isometric.com/mrv/v0/component_blueprints", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "last", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "first", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Lists component blueprints in the Isometric system" }, { "info": { "name": "Get Component Blueprint", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.isometric.com/mrv/v0/component_blueprints/:key", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "key", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Component Blueprint" } ] } ], "bundled": true }