---
title: "Get Available Markets"
method: GET
path: "/markets"
tags: ["Markets"]
---

# Get Available Markets

`GET /markets`

Get the list of markets where Spotify is available.

## Response `200`

A markets object with an array of country codes

- object
  - `markets` string[]

## Other responses

- `401` — Bad or expired token. This can happen if the user revoked a token or the access token has expired. You should re-authenticate the user.
- `403` — Bad OAuth request (wrong consumer key, bad nonce, expired timestamp...). Unfortunately, re-authenticating the user won't help here.
- `429` — The app has exceeded its rate limits.

---

[API](https://skmtc.net/spotify/apis/sonallux.md) · [All operations](https://skmtc.net/spotify/apis/sonallux/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotify/sonallux/revisions/1459b27f2e48/schema)
