curl --request GET \
--url https://api.dev.kathan.tech/knowledge-bases \
--header 'Authorization: Bearer <token>'{}List all knowledge bases for the current user.
curl --request GET \
--url https://api.dev.kathan.tech/knowledge-bases \
--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 List Knowledge Bases Knowledge Bases Get · object.
Was this page helpful?