{ "opencollection": "1.0.0", "info": { "name": "Deliverect Channel Accounts Channel Links API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.deliverect.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Channel Links", "type": "folder" }, "items": [ { "info": { "name": "Deliverect Get_channellinks", "type": "http" }, "http": { "method": "GET", "url": "https://api.deliverect.com/channelLinks" }, "docs": "Deliverect Get_channellinks" }, { "info": { "name": "Deliverect Channel Integrators", "type": "http" }, "http": { "method": "GET", "url": "https://api.deliverect.com/allChannels" }, "docs": "Deliverect Channel Integrators" } ] } ], "bundled": true }