{ "opencollection": "1.0.0", "info": { "name": "Aramark Marko Organization Product API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Product", "type": "folder" }, "items": [ { "info": { "name": "Aramark Get Product Data", "type": "http" }, "http": { "method": "GET", "url": "https://www.marko.aramark.net/v1/product", "params": [ { "name": "category", "value": "ENTREE", "type": "query", "description": "Filter by product category" }, { "name": "locationId", "value": "LOC-001", "type": "query", "description": "Filter by location" } ], "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "header" } }, "docs": "Retrieve product and menu catalog data from the Aramark Marko platform." } ] } ], "bundled": true }