Skip to main content
GET
List links

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Query Parameters

position
enum<string>
required

Position where links should be displayed (case-insensitive).

Available options:
HEADER,
FOOTER

Response

200 - application/json

Links retrieved successfully.

id
integer<int64>

Unique identifier for the link.

sort
integer

Sort order within the position (HEADER or FOOTER).

Example:

1

url
string

Destination URL for the link.

Maximum string length: 250
Example:

"https://piedpiper.com/contact"

target
enum<string>

Link target behavior - _blank for new tab, _self for same window.

Available options:
_blank,
_self
Maximum string length: 6
Example:

"_blank"

position
enum<string>

Where the link is displayed in the knowledge base.

Available options:
HEADER,
FOOTER
Maximum string length: 6
Example:

"HEADER"

title
string

Display text for the link shown in navigation.

Maximum string length: 250
Example:

"Contact Us"