curl --request GET \
--url https://api.getfernand.com/knowledge/structure \
--header 'X-API-Key: <api-key>'{
"base_url": "https://help.piedpiper.com",
"articles": {},
"collections": {}
}curl --request GET \
--url https://api.getfernand.com/knowledge/structure \
--header 'X-API-Key: <api-key>'{
"base_url": "https://help.piedpiper.com",
"articles": {},
"collections": {}
}Knowledge base structure retrieved successfully.
Base URL of the knowledge base (either custom domain or subdomain).
"https://help.piedpiper.com"
Map of article IDs to article objects with metadata and computed URLs.
Show child attributes
Map of collection IDs to collection objects with their articles.
Show child attributes
Was this page helpful?