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}/settings

Update the display name.

PATCH /api/v1/en/{websiteId}/settings

Use the following request body shape:

{
  "name": "string"
}

MCP

MCP: get_website_settings, update_website_settings.

Topics