Managing the Knowledge Base via the API

You can create and maintain help-center content programmatically. This is handy for bulk imports or for keeping docs in sync with another system.

Groups and articles

Create a group first, then create articles that reference its id:

POST /api/v1/knowledge-base/groupsPOST /api/v1/knowledge-base
  • The article description field accepts HTML.
  • Set articlegroup to a real group id.
  • Use active to publish or hide an article.

Listing content

Retrieve everything with GET /api/v1/knowledge-base and GET /api/v1/knowledge-base/groups.

Did you find this article useful?

  • Generating an API key

    API keys let external applications authenticate with your account. Treat them like passwords and nev...
  • Webhook basics

    Webhooks push real-time notifications to your server whenever something happens in your account, so ...