{ "opencollection": "1.0.0", "info": { "name": "SoundCloud Playlists API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://secure.soundcloud.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Playlists", "type": "folder" }, "items": [ { "info": { "name": "Create a playlist", "type": "http" }, "http": { "method": "POST", "url": "https://api.soundcloud.com/playlists" }, "docs": "Create a playlist" }, { "info": { "name": "Get playlist (with optional tracks)", "type": "http" }, "http": { "method": "GET", "url": "https://api.soundcloud.com/playlists/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "show_tracks", "value": "", "type": "query", "description": "Set to false to exclude tracks from the response" } ] }, "docs": "Get playlist (with optional tracks)" }, { "info": { "name": "Update playlist metadata or tracks", "type": "http" }, "http": { "method": "PUT", "url": "https://api.soundcloud.com/playlists/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update playlist metadata or tracks" } ] } ], "bundled": true }