Get the list of markets where Spotify is available.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.spotify.com/v1/markets' \
--header'Authorization;'
Response Response Example
200 - Example 1
{"markets":["string"]}
Request
Header Params
Authorization
string
required
A valid user access token or your client credentials.
Responses
🟢200On success, the HTTP status code in the response header is 200 OK and the response body contains a list of the countries in which Spotify is available, identified by their [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)