Platform settings
The Platform Settings API exposes tenant-wide configuration that the host application reads to render its UI. It covers the translation key/value map used to localise platform-wide strings, the public-facing access and sign-up pages shown before authentication, and the branding tokens (logo, palette) that establish visual identity.
Domain model
- Translations — a key/value map used by the host application to render localised UI strings. Individual keys can be edited or reset to their platform default.
- Access pages & sign-up — configuration for the public-facing pages shown to users before and during sign-up.
- Branding — tenant visual identity: logo, palette, and other tokens consumed by the rendering layer.
Endpoints
Translations
Get translations
Read the tenant's translation key/value map.
Edit a translation
Update the value for a single translation key.
Reset a translation
Restore a translation key to its platform default.
Access pages & sign-up
Edit access pages
Update the tenant's access page configuration.
Edit sign-up page
Update the tenant's sign-up page configuration.