This method will provide you with a complete list of all knowledge bases which are defined within your account.
/api/v2/knowledge/list
Only account tokens are permitted to access this method.
There are no parameters for this method
[
{
"id": 1,
"name": "Codebase Documentation",
"format": "markdown",
"all_teams": true
},
{
"id": 2,
"name": "Dial 9 Documentation",
"format": "markdown",
"all_teams": false,
"teams": [
{
"id": 6,
"name": "Management"
}
]
}
]