Skip to main content
GET
Listet jedes aktive Theme auf, auf dem Management-API-Host (api.scanova.io), authentifiziert mit Ihrem rohen Management-API-Schlüssel.
Themes sind eine gemeinsam lesbare Ressource für den Seiten-Builder — dies liefert System-Themes sowie die eigenen Themes jedes Kontos, nicht nur Ihre eigenen. Nicht paginiert; die Antwort ist ein einfaches Array. System-Themes (is_system: true) werden zuerst sortiert, dann nach order, dann nach name.
config_json folgt dem ThemeConfigV2-Schema (Farben, Schriftarten und weitere Design-Tokens); schema_version ist null für Legacy-v1-Themes und 2 für aktuelle.

Verwandte Themen

Autorisierungen

Authorization
string
header
erforderlich

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

Antwort

200 - application/json

Plain array of themes.