Website settings
Website settings cover identity, favicon and install-as-app, locales, custom domains, outbound email, external link allowlists, and public web integrations (verification and tracking tags such as GTM).
The identity endpoint returns the website id, name, and related locale/domain summaries. Rename with PATCH as website superadmin. Favicon and install-as-app are configured in the same admin Identity settings screen, see that docs topic.
Reads need website access. Most writes require website superadmin.
Operations
Read identity.
GET /api/v1/en/{websiteId}/settingsUpdate the display name.
PATCH /api/v1/en/{websiteId}/settingsUse the following request body shape:
{
"name": "string"
}MCP
MCP: get_website_settings, update_website_settings.
Topics
- Favicon & install as appCustom favicon set and optional web app manifest so visitors can install the site as an app.
- LocalesPrimary locale and enabled content locales.
- DomainsCustom domains attached to the website.
- EmailFrom address and SMTP or platform mail delivery.
- External linkingDomains allowed for external links.
- Web integrationsSearch-console verification and analytics/ads tags injected on the public site.