market_validate
Validate ISO 3166-1 market codes against Spotify's supported markets and retrieve your account market when needed.
Instructions
Validate ISO 3166-1 market codes against GET /markets (cached) and optionally return the account market from /me. Quota: 🟢 1–2 calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markets | No | Market codes to validate (2-letter). If omitted, just lists valid markets / account market. | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |
| include_account_market | No | Include account country from /me |