{ "opencollection": "1.0.0", "info": { "name": "Aramark Marko Organization Profit Centers API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Profit Centers", "type": "folder" }, "items": [ { "info": { "name": "Aramark Get Profit Centers", "type": "http" }, "http": { "method": "GET", "url": "https://www.marko.aramark.net/v1/profit-centers", "params": [ { "name": "parentId", "value": "PC-REGION-NE", "type": "query", "description": "Filter by parent profit center" } ], "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "header" } }, "docs": "Retrieve profit center and financial unit data from the Aramark Marko platform." } ] } ], "bundled": true }