Knowledge Base
Returns a single knowledge base by ID.
Rate limit: 60 requests per minute
Authorization: Bearer
The ID of the knowledge base.
The request ID for tracking.
Returns all collections for the specified knowledge base.
Rate limit: 20 requests per minute
Authorization: Bearer
The ID of the knowledge base
The request ID for tracking.
Creates a new collection within 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.
The request ID for tracking.
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.
The language code to fetch articles in. If not provided, returns the default language.
The request ID for tracking.
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.
The request ID for tracking.
Authorization: Bearer
The KnowledgeBaseID of the article to fetch.
The ID of the article to fetch.
The language code to fetch the article in. If not provided, returns the default language.
The request ID for tracking.
Updates an existing article. Only provided fields are modified.
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.
The request ID for tracking.
Authorization: Bearer
The KnowledgeBaseID of the article to delete.
The ID of the article to delete.
The request ID for tracking.
Creates a path redirect within a knowledge base, mapping a source path to an article or collection.
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. Must be "article" or "collection".
The request ID for tracking.
Last updated
Was this helpful?

