Get the branding and visual customization settings for a site
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
Query parameters
unmaskedbooleanOptionalDeprecatedDefault:
(Deprecated) Use the getRawCustomizationSettingsById internal endpoint.
falseResponses
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.
400
Bad Request
application/json
get/orgs/{organizationId}/sites/{siteId}/customization
Last updated
Was this helpful?