latestOpenAPI 3.1.02026-07-2421872196.9 KB
ff612e61a4c3
Knowledge base
Get a article
Retrieve information about a specific article.
get/knowledge_base/articles/{article_id}
Response
OK
Example response
{
"data": {
"created_by": {
"id": 100,
"first_name": "John",
"last_name": "Doe",
"email": "test@example.com"
}
}
}