Zendesk Help Center Posts API

The Zendesk Help Center Posts API lets you manage community posts within Help Center topics. You can list all posts, all posts in a given topic, or all posts by a specific user. The API provides endpoints to create, read, update, and delete community posts, enabling programmatic management of community discussions.

API entry from apis.yml

apis.yml Raw ↑
aid: zendesk:help-center-posts
name: Zendesk Help Center Posts API
tags:
- Community
- Help Center
- Posts
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://{subdomain}.zendesk.com
humanURL: https://developer.zendesk.com/api-reference/help_center/help-center-api/posts/
properties:
- url: https://developer.zendesk.com/api-reference/help_center/help-center-api/posts/
  type: Documentation
description: The Zendesk Help Center Posts API lets you manage community posts within Help Center topics.
  You can list all posts, all posts in a given topic, or all posts by a specific user. The API provides
  endpoints to create, read, update, and delete community posts, enabling programmatic management of community
  discussions.