Welcome to SuggestKit SDK
The SuggestKit SDK API allows you to manage users and suggestions in your projects. Build powerful feedback systems, feature request portals, and user engagement tools.Base URL
All API requests should be made to:Core Resources
The SDK provides two main resources:Users
Manage app users with subscription data and custom identifiers
Suggestions
Handle feature requests, feedback, and user suggestions with voting
Authentication
All API endpoints require authentication using your project’s public API key as a Bearer token:Key Features
- User Management: Create and track users with subscription details
- Suggestion System: Users can submit and vote on suggestions
- Vote Tracking: See which users voted on which suggestions with
hasVoted
field - Status Management: Track suggestion progress (PENDING → PLANNED → IN_PROGRESS → COMPLETED / CLOSED)
- Custom Identifiers: Map SDK users to your app’s user system
Getting Started
- Create a user to represent someone in your app
- Submit suggestions from that user
- Retrieve suggestions with vote status for personalized UIs
- Update suggestion status as you work on features