Manage Portal Settings


This section describes how to configure a portal instance via its administrative APIs. The portal settings control branding, name, domain URL, and availability. These settings are categorized into general, branding, landingPage and footer.

Portal Settings Table

LevelSetting NameDescription
generalnameThe name of the portal instance.
generalsubdomainThe subdomain used in your portal URL.
generalofflineMarks portal as offline and inaccessible to customers.
brandingfaviconIdReference to favicon (16x16 .ico/.gif/.png under 5MB).
brandingfaviconDarkModeIdReference to favicon used in the dark mode (16x16 .ico/.gif/.png under 5MB).
brandinglogoIdReference to logo (64x64 .jpg/.gif/.png under 5MB).
brandinglogoDarkModeIdReference to logo used in the dark mode (64x64 .jpg/.gif/.png under 5MB).
brandingfontNameFont used in portal (e.g., Roboto, Lato).
brandingaccentColorHex color for branding.
brandingaccentColorDarkModeHex color for dark mode branding.
landingPageheroImageIdReference to hero image (max 566x80 px .jpg/.png).
landingPageheroImageIdReference to hero image used in the dark mode (max 566x80 px .jpg/.png).
landingPageillustrationImageIdReference to illustration (min 566x320 px, 16:9, .jpg/.png).
landingPageillustrationImageIdReference to illustration used in the dark mode (min 566x320 px, 16:9, .jpg/.png).
landingPagepageDescriptionMarkdown-supported landing page description (max 500 characters).
footervisible
Indicates if the footer is visible to customers.
footertextThe footer text (max 75 characters).
footerlinksAn array of the links displayed in footer (max 6 items).
footerimageIdReference to footer image (max 88x88 px, .jpg/.png/.webp under 5MB).
footerimageDarkModeIdReference to footer image used in the dark mode (max 88x88 px, .jpg/.png/.webp under 5MB).

Retrieve Base Portal Info

Use the GET Get portal endpoint to retrieve your current configuration.

Sample Response

📝 Keep this response handy. You’ll need values like portalId for image uploads and updates.

Upload Branding Images

Use the POST upload branding attachments endpoint to upload images.

Update Portal Settings

Use the PATCH portal endpoint to apply configuration changes.

Sample Request

Sample Portal Appearance

Sample Portal Landing Page

 

Â