Community
Comments inbox, sync, reply templates, and moderation.
Inbox comments, sync, reply templates, and moderation.
Plan requirement: API access requires Team or Agency. See pricing.
Base URL: https://api.styrar.com/v1
Routes
| Method | Path | Scope |
|---|---|---|
| GET | /v1/community/comments | posts:read |
| POST | /v1/community/sync | posts:write |
| CRUD | /v1/community/platform-comments/:id/* | posts:read / posts:write |
| CRUD | /v1/community/reply-templates/* | posts:read / posts:write |
| CRUD | /v1/community/moderation-rules/* | posts:write |
| GET | /v1/community/analytics | analytics:read |
Sync
POST /v1/community/sync is throttled. Prefer platform push (webhooks) where available and treat manual sync as a fallback.
Related
- Endpoints - route catalog by resource
- Posts - published content that receives comments
- Authentication - scopes and API keys