Knowledge Base
Authorization: Bearer
Get a knowledge base by its ID
Rate limit: 60 requests per minute
Authorization: Bearer
The ID of the knowledge base.
Returns all collections in a knowledge base
Rate limit: 20 requests per minute
Authorization: Bearer
The ID of the knowledge base
Creates a new collection in a knowledge base
Rate limit: 10 requests per minute
Authorization: Bearer
The ID of the knowledge base the article is being added to.
Description of the collection.
The id of the collection associated to the article
The slug of the collection. Defaults to a slug based on the title.
The title of the collection.
Authorization: Bearer
The ID of the knowledge base the articles are being fetched from.
The cursor to use for pagination.
The number of articles to fetch. Defaults to 100. Must be greater than 0 and less than 1000.
Authorization: Bearer
The ID of the knowledge base the article is being added to.
The ID of the user attributed as the author of the article.
The HTML body of the article.
The id of the collection associated to the article
Whether the article should be published. Defaults to false.
Whether the article can only be accessible only via direct link. Defaults to false.
The slug of the article. Defaults to a slug based on the title.
The title of the article.
Authorization: Bearer
The KnowledgeBaseID of the article to fetch.
The ID of the article to fetch.
Updates an existing knowledge base article
Rate limit: 20 requests per minute
Authorization: Bearer
The KnowledgeBaseID of the article to update.
The ID of the article to update.
The HTML body of the article.
The language code of the translation to update. If not provided, the default language (original article) will be updated.
Whether the changes to the article should be published. Defaults to false.
The title of the article.
Authorization: Bearer
The KnowledgeBaseID of the article to delete.
The ID of the article to delete.
Create a new route redirect
Rate limit: 10 requests per minute
Authorization: Bearer
The ID of the knowledge base the route redirect is being added to.
The path to redirect from.
Language of the object to redirect to. If not specified, the default language of the knowledge base will be used.
The ID of the object to redirect to.
The type of the object to redirect to. This must be "article".
Last updated
Was this helpful?

