curl -X GET "https://yoursite.com/api/knowledge_base/123" \
-H "authtoken: YOUR_API_TOKEN"
Success-Response:
HTTP/1.1 200 OK
{
"articleid": "12",
"articlegroup": "3",
"subject": "How to reset your account password",
"slug": "how-to-reset-your-account-password",
"description": "<p>Open Settings > Security and click Reset password.</p>",
"active": "1",
"datecreated": "2026-02-14 09:32:10",
"article_order": "1",
"staff_article": "0"
}
Error-Response:
HTTP/1.1 404 Not Found
{
"status": false,
"message": "Article not found"
}