Get current ecosystem
⚠ TABLE NOT LOADED FROM BIGQUERY — Resolves the ecosystem from the request origin against
ecosystem_domains, a user-owned table not populated by the BigQuery loader. Returns{ data: null }until domains are registered via PUT.
Returns the public ecosystem configuration resolved from the request’s Origin header. Returns { data: null } when the origin does not match any registered ecosystem domain. No permission required — this endpoint is public so unauthenticated ecosystem frontends can bootstrap themselves. Outside production, an optional ?ecosystem=<slug> query param overrides the Origin resolution and returns that ecosystem’s public config directly — used by the frontend to preview any ecosystem’s theming without its branded host.
Query Parameters
Dev/preview only: resolve config by this ecosystem slug instead of the request Origin. Ignored in production.
1 - 100^[a-z0-9-]+$"glasgow"
Response
Public ecosystem config for the current origin, or null