Version: 202607
List configurable markets
GET/openapi/2026-07/languages/markets
List the markets a language can be configured (published) to. Use this before publishing a language to markets.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
- Array [
- ]
codestring
error code
messagestring
error message
data object
markets object[]
Markets available for language configuration
idstring
Market ID
namestring
Market name
is_primaryboolean
Whether this is the primary market
market_statusstring
Market status: active or paused
language_manageableboolean
Whether the languages of this market are manageable
{
"code": "string",
"message": "string",
"data": {
"markets": [
{
"id": "string",
"name": "string",
"is_primary": true,
"market_status": "string",
"language_manageable": true
}
]
}
}