v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBKnowledge Bases
List knowledge bases
List the knowledge bases of the company.
Required scope: knowledge_bases:read
get/knowledge_bases
Response
Array of knowledge bases
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/knowledge_bases"
},
"_results": [
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_12",
"related": {
"articles": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_12/articles",
"categories": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_12/categories"
}
},
"id": "knb_12",
"type": "internal",
"created_at": 1622672452.363,
"updated_at": 1654309308.278
}
]
}