Get Public KB Articles
Knowledge Base
Get Public KB Articles
Get published knowledge base articles by public slug
GET
Get Public KB Articles
Retrieves a set of published knowledge base articles by its public slug. Returns the articles array and metadata. This endpoint does not require authentication.
Path Parameters
The unique public slug of the KB article set.
Request
Response
Returns the KB article set with its full content, including categorized articles.Example Response
200
Errors
| Status | Description |
|---|---|
| 404 | KB articles not found or not published |
| 422 | Invalid slug format |