List knowledge bases. Personal access token only. The API supports a second, partner-issued token class that is not part of the public surface. This endpoint does not accept that class.
List knowledge bases.
Personal access token only. The API supports a second, partner-issued token class that is not part of the public surface. This endpoint does not accept that class.
bearerToken Personal access tokens created from the ThriveDesk UI. Create one under Integrations -> API Keys.
In: header
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/knowledgebases"{ "data": [ { "id": "string", "name": "string", "slug": "string", "visibility": "string", "extra": {} } ]}View an article GET
View an article. Personal access token only. The API supports a second, partner-issued token class that is not part of the public surface. This endpoint does not accept that class.
Create a knowledge base POST
Create a knowledge base. Personal access token only. The API supports a second, partner-issued token class that is not part of the public surface. This endpoint does not accept that class.