{ "opencollection": "1.0.0", "info": { "name": "Marketo Engage Rest Approve Channel API", "version": "1.0" }, "items": [ { "info": { "name": "Channel", "type": "folder" }, "items": [ { "info": { "name": "Marketo Get Channel by Name", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8080/rest/asset/v1/channel/byName.json", "params": [ { "name": "Name", "value": "", "type": "query", "description": "Name of channel to retrieve" } ] }, "docs": "Retrieves channels based on the provided name. Required Permissions: Read-Only Assets, Read-Write Assets" } ] } ], "bundled": true }