curl --request GET \
--url https://api.getfernand.com/knowledge/links \
--header 'X-API-Key: <api-key>'[
{
"id": 123,
"sort": 1,
"url": "https://piedpiper.com/contact",
"target": "_blank",
"position": "HEADER",
"title": "Contact Us"
}
]curl --request GET \
--url https://api.getfernand.com/knowledge/links \
--header 'X-API-Key: <api-key>'[
{
"id": 123,
"sort": 1,
"url": "https://piedpiper.com/contact",
"target": "_blank",
"position": "HEADER",
"title": "Contact Us"
}
]Returns all navigation links configured for the specified position (HEADER or FOOTER) in the knowledge base. Links are returned in sort order. These links appear in the knowledge base navigation to provide quick access to external resources or important pages. Links are language-specific based on the default language setting.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
Position where links should be displayed (case-insensitive).
HEADER, FOOTER Links retrieved successfully.
Unique identifier for the link.
Sort order within the position (HEADER or FOOTER).
1
Destination URL for the link.
250"https://piedpiper.com/contact"
Link target behavior - _blank for new tab, _self for same window.
_blank, _self 6"_blank"
Where the link is displayed in the knowledge base.
HEADER, FOOTER 6"HEADER"
Display text for the link shown in navigation.
250"Contact Us"
Was this page helpful?