Skip to content

Community API

10 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.

Method Path Description
GET /api/community/public/rooms/{room_id}/threads Public Threads Query: limit, offset.
GET /api/community/public/threads/{thread_id} Public Thread Detail
GET /api/community/threads List Threads Query: room_id, limit, offset.
POST /api/community/threads Create Thread Accepts a JSON body.
GET /api/community/threads/{thread_id} Get Thread
DELETE /api/community/threads/{thread_id} Delete Thread
PATCH /api/community/threads/{thread_id}/pin Toggle Pin
GET /api/community/threads/{thread_id}/replies List Replies Query: limit, offset.
POST /api/community/threads/{thread_id}/replies Create Reply Accepts a JSON body.
DELETE /api/community/threads/{thread_id}/replies/{reply_id} Delete Reply

Try it

The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.