curl --request GET \
--url https://api.usepylon.com/knowledge-bases \
--header 'Authorization: Bearer <token>'{
"data": [
{
"default_language": "<string>",
"id": "<string>",
"slug": "<string>",
"supported_languages": [
"<string>"
],
"title": "<string>"
}
],
"pagination": {
"cursor": "<string>",
"has_next_page": true
},
"request_id": "<string>"
}Get all knowledge bases
curl --request GET \
--url https://api.usepylon.com/knowledge-bases \
--header 'Authorization: Bearer <token>'{
"data": [
{
"default_language": "<string>",
"id": "<string>",
"slug": "<string>",
"supported_languages": [
"<string>"
],
"title": "<string>"
}
],
"pagination": {
"cursor": "<string>",
"has_next_page": true
},
"request_id": "<string>"
}