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"
}
]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?