{ "opencollection": "1.0.0", "info": { "name": "MAVRCK.IO Ytbc Action Group Channels API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "YtbcActionGroupChannels", "type": "folder" }, "items": [ { "info": { "name": "getActionGroupCampaignCode", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/ytbc/action-groups/:actionGroupId/campaign-code", "params": [ { "name": "actionGroupId", "value": "", "type": "path" } ] } }, { "info": { "name": "getActionGroupYoutubeChannel", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/ytbc/action-groups/:actionGroupId/youtube-channel", "params": [ { "name": "actionGroupId", "value": "", "type": "path" } ] } }, { "info": { "name": "setActionGroupYoutubeChannel", "type": "http" }, "http": { "method": "PUT", "url": "http://app.splashscore.com/v1/v1/ytbc/action-groups/:actionGroupId/youtube-channel", "params": [ { "name": "actionGroupId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "clearActionGroupYoutubeChannel", "type": "http" }, "http": { "method": "DELETE", "url": "http://app.splashscore.com/v1/v1/ytbc/action-groups/:actionGroupId/youtube-channel", "params": [ { "name": "actionGroupId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }