Get Config Schema

Returns the simulation config schema for a market region and version. version is a semver prefix: pass the major version (e.g. 1, recommended) to always get the latest compatible schema in that series. Minor and patch releases never break a valid config, so a major-version pin keeps working across them.

More precise pins (1.0, 1.0.1) resolve only while that version is still supported (the current schema or, during a release grace period, the previous one) — an exact pin will start returning 404 soon after any newer release, including cosmetic patch changes. Use one only to reproduce a specific past request, not in integrations.

Omit the version segment entirely (GET /config-schemas/{market_region}/) to get the region's current schema.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required

Market region to fetch the schema for.

string
required

Semver prefix of the api_version to resolve; the major version (e.g. 1) is recommended.

Responses

401

Missing or invalid X-token.

404

Unknown market region, or no supported schema matches the requested version. The response lists the currently supported versions.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json