v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01251938.4 KB
apps

List Catalogs (Compatibility)

Compatibility fallback for App Store catalog browsing. Product-origin shells should prefer static /media/json/catalog_{locale}.json and use this endpoint only when the static catalog is unavailable.

get/apps/catalog/{locale}

Path parameters

localestring required

Language to get catalogs from

Language to get catalogs from

Response

Successful Response

keystring required

Key

positioninteger nullable

Position

titlestring nullable

Title

linkedFromobject required

Linked From

Example response

[
  {
    "key": "analytics",
    "title": "Data Analytics",
    "linkedFrom": {
      "items": [
        {
          "key": "itdeveloper",
          "title": "IT Developer"
        }
      ]
    }
  }
]
All 25 operations