HHelpNest/Integrations/REST API
GitHubDashboardDEMO
Integrationsยท1 min read

REST API

H
HiยทMarch 10, 2026

HelpNest exposes a REST API for reading and managing help center content programmatically.

Authentication

Pass your API key in the Authorization header:

Authorization: Bearer hn_your_api_key

Articles

  • GET /api/articles โ€” list published articles

  • GET /api/articles/:id โ€” get a single article

  • PATCH /api/articles/:id โ€” update an article

  • DELETE /api/articles/:id โ€” delete an article

Collections

  • GET /api/collections โ€” list collections

  • POST /api/collections โ€” create a collection

  • PATCH /api/collections/:id โ€” update a collection

  • DELETE /api/collections/:id โ€” delete a collection

API key management UI and full SDK are coming in Phase 3.

Was this article helpful?

Related articles

Embeddable Widget

Need more help?

Can't find what you're looking for?

Browse all articles

On this page

AuthenticationArticlesCollections