GET/api/public/marketing/:slug
Returns a single database-managed marketing page as HTML.
Auth & Security
No authentication required
Idempotent: Yes
Parameters
slug(path, string, required)— e.g. 'preise', 'features', 'kontakt', 'ueber-uns'Example Response
{"ok":true,"data":{"title":"Preise","body_html":"<p>ZENTOR ist als modulare Plattform...</p>","updated_at":"2026-07-18T...","version":3}}Error Codes
404 MARKETING_SLUG_UNKNOWN — Unknown marketing slug.Live Test Proof
Success (200, real content) and negative case (404) verified live against production.