curl --request GET \
--url https://api.getfernand.com/knowledge \
--header 'X-API-Key: <api-key>'{
"subdomain": "help",
"custom_domain": "help.piedpiper.com",
"favicon": "https://cdn.example.com/knowledge/uuid/images/favicon.png",
"language": "en",
"color_scheme": "light",
"light_logo": "<string>",
"light_accent_color": "#00a0ff",
"dark_logo": "<string>",
"dark_accent_color": "#00a0ff",
"custom_css": "<string>",
"custom_js": "<string>",
"previous_url": "<string>",
"valid_custom_domain": true,
"last_verified_dns": "2023-11-07T05:31:56Z",
"indexable": true,
"title": "Help Center",
"description": "Welcome to the PiedPiper help center",
"company_name": "PiedPiper help center",
"company_url": "https://piedpiper.com"
}curl --request GET \
--url https://api.getfernand.com/knowledge \
--header 'X-API-Key: <api-key>'{
"subdomain": "help",
"custom_domain": "help.piedpiper.com",
"favicon": "https://cdn.example.com/knowledge/uuid/images/favicon.png",
"language": "en",
"color_scheme": "light",
"light_logo": "<string>",
"light_accent_color": "#00a0ff",
"dark_logo": "<string>",
"dark_accent_color": "#00a0ff",
"custom_css": "<string>",
"custom_js": "<string>",
"previous_url": "<string>",
"valid_custom_domain": true,
"last_verified_dns": "2023-11-07T05:31:56Z",
"indexable": true,
"title": "Help Center",
"description": "Welcome to the PiedPiper help center",
"company_name": "PiedPiper help center",
"company_url": "https://piedpiper.com"
}Knowledge base settings retrieved successfully.
Knowledge base settings combined with language-specific content. Inherits all properties from Knowledge model and adds language-specific fields.
Subdomain for accessing the knowledge base (e.g., 'piedpiper' for piedpiper.fernand.help).
50"help"
Custom domain configured for the knowledge base.
250"help.piedpiper.com"
URL to the favicon image stored in CDN.
250"https://cdn.example.com/knowledge/uuid/images/favicon.png"
Default language code for the knowledge base (null for browser detection).
5"en"
Preferred color scheme for the knowledge base. Defaults to null, which will use the user system's preferences.
light, dark 5URL to the logo image for light mode.
250Hex color code for accent color in light mode.
7"#00a0ff"
URL to the logo image for dark mode.
250Hex color code for accent color in dark mode.
7"#00a0ff"
Custom CSS applied to the knowledge base.
Custom JavaScript applied to the knowledge base.
Previous URL if migrated from another help system.
250Whether the custom domain DNS is properly configured and verified.
Timestamp of the last successful DNS verification.
Whether the knowledge base should be indexed by search engines.
Main title displayed on the knowledge base homepage.
250"Help Center"
Description text shown on the knowledge base homepage.
1000"Welcome to the PiedPiper help center"
Company name displayed in the knowledge base.
250"PiedPiper help center"
Company website URL.
250"https://piedpiper.com"
Was this page helpful?