REST API
H
HiยทMarch 10, 2026HelpNest 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_keyArticles
GET /api/articlesโ list published articlesGET /api/articles/:idโ get a single articlePATCH /api/articles/:idโ update an articleDELETE /api/articles/:idโ delete an article
Collections
GET /api/collectionsโ list collectionsPOST /api/collectionsโ create a collectionPATCH /api/collections/:idโ update a collectionDELETE /api/collections/:idโ delete a collection
API key management UI and full SDK are coming in Phase 3.
Was this article helpful?