Tools
Get Link Manager List
Tools
Get Link Manager List
This endpoint gets all link status’ on your Knowledge Base
curl --location --request GET 'https://www.pacekb.com/api/v2/tools/link_manager' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <api_key>' \
{
"success": true,
"data": [
{
"id": "<id>",
"site_id": "<id>",
"article_id": "<id>",
"url": "https://www.pacekb.com",
"created_date": "2023-06-05T20:42:23.805Z",
"working": true,
"articles": {
"id": "<id>",
"name": "PaceKB v1.1.0 - Release Highlights"
}
}
]
}
Response
Indicates whether the call was successful.
If there’s an error an accompanying error message will be visible
curl --location --request GET 'https://www.pacekb.com/api/v2/tools/link_manager' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <api_key>' \
{
"success": true,
"data": [
{
"id": "<id>",
"site_id": "<id>",
"article_id": "<id>",
"url": "https://www.pacekb.com",
"created_date": "2023-06-05T20:42:23.805Z",
"working": true,
"articles": {
"id": "<id>",
"name": "PaceKB v1.1.0 - Release Highlights"
}
}
]
}
curl --location --request GET 'https://www.pacekb.com/api/v2/tools/link_manager' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <api_key>' \
{
"success": true,
"data": [
{
"id": "<id>",
"site_id": "<id>",
"article_id": "<id>",
"url": "https://www.pacekb.com",
"created_date": "2023-06-05T20:42:23.805Z",
"working": true,
"articles": {
"id": "<id>",
"name": "PaceKB v1.1.0 - Release Highlights"
}
}
]
}