← Back to Changelog
New FeatureMarch 21, 2026
Public API with API Keys, Webhooks, and OpenAPI Docs
Kazokus now has a public REST API. Community admins can generate API keys, connect to external tools, and automate workflows — all from community settings.
What's included
- 7 resources — Communities, Members, Events, Articles, Threads, Courses, and Payments
- API key authentication — create keys scoped to your community from Settings → Integrations → API Keys
- Webhooks — receive real-time notifications when members join, events are created, threads are posted, or articles are published
- Interactive docs — Swagger UI at
/api/public/v1/docs/lets you test endpoints with your API key - Rate limiting — 1,000 requests/hour on Growth, 10,000 on Pro, with clear rate limit headers
Why it matters
Most community platforms charge $199+/month for API access, or don't offer one at all. Kazokus includes a real, documented API starting at the Growth tier ($49/month).
Common use cases
- Sync member lists to your CRM or email marketing tool
- Auto-post new articles to social media or newsletters
- Build custom dashboards from community data
- Trigger Slack notifications when new threads are created
- Keep external calendars in sync with community events
