{ "opencollection": "1.0.0", "info": { "name": "Extensis Portfolio Assets Search API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search assets", "type": "http" }, "http": { "method": "POST", "url": "https://portfolio.extensis.com/api/v1/catalogs/:catalog_id/search", "params": [ { "name": "catalog_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search assets" } ] } ], "bundled": true }