{ "opencollection": "1.0.0", "info": { "name": "Spotify Web Albums Markets API", "version": "1.0.0" }, "items": [ { "info": { "name": "Markets", "type": "folder" }, "items": [ { "info": { "name": "Get Available Markets\n", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotify.com/v1/markets", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.spotify.com/authorize", "accessTokenUrl": "https://accounts.spotify.com/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get the list of markets where Spotify is available.\n" } ] } ], "bundled": true }