curl --request GET \
--url https://api.dev.kathan.tech/knowledge-bases/{knowledge_base_id} \
--header 'Authorization: Bearer <token>'{}Get a single knowledge base (public-safe view).
curl --request GET \
--url https://api.dev.kathan.tech/knowledge-bases/{knowledge_base_id} \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type Response Get Knowledge Base Knowledge Bases Knowledge Base Id Get · object.
Was this page helpful?