{ "opencollection": "1.0.0", "info": { "name": "SoundCloud Playlists Users 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": "Users", "type": "folder" }, "items": [ { "info": { "name": "Obtain or refresh an OAuth 2.1 access token (PKCE)", "type": "http" }, "http": { "method": "POST", "url": "https://api.soundcloud.com/oauth/token" }, "docs": "Obtain or refresh an OAuth 2.1 access token (PKCE)" }, { "info": { "name": "Get the authenticated user's profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.soundcloud.com/me" }, "docs": "Get the authenticated user's profile" } ] } ], "bundled": true }