v1

latestOpenAPI 3.1.02026-07-2421872196.9 KB
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"
    }
  }
}