Base URL
Authentication
All authenticated endpoints require a Bearer token:Rate Limits
- Free plan: 50 feedbacks/month per project
- Indie/Unlimited: No rate limits on feedbacks
- API calls: 1000 requests/minute
Endpoints
| Method | Path | Description | Auth |
|---|---|---|---|
| GET | /projects | List projects | ✅ |
| POST | /projects | Create project | ✅ |
| GET | /comments | List feedbacks | ✅ or widget |
| POST | /comment | Submit feedback | Public |
| PATCH | /comments/:id | Resolve feedback | ✅ |
| POST | /ping | Widget heartbeat | Public |