{ "opencollection": "1.0.0", "info": { "name": "Akeneo PIM REST Asset Manager Channels API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "List channels", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/channels" }, "docs": "List channels" }, { "info": { "name": "Create a channel", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/channels" }, "docs": "Create a channel" } ] } ], "bundled": true }