For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get the branding and visual customization settings for a site

Retrieves the full customization configuration for a site. Use this before making updates to read the current state, or to audit branding settings.

Available in MCP
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
siteIdstringRequired

The unique id of the site

Query parameters
unmaskedbooleanOptionalDeprecated

(Deprecated) Use the getRawCustomizationSettingsById internal endpoint.

Default: false
Responses
200

OK

application/json
titlestring · min: 2 · max: 128Optional

Title to use for the published site. If not defined, it'll fallback to the default content title.

faviconone ofRequired
or
or
objectOptional
updatedAtstring · date-timeOptional

When the customization settings were updated. If missing, customization was not updated.

get/orgs/{organizationId}/sites/{siteId}/customization

Last updated

Was this helpful?

Powered by GitBook