Skip to main content

Base URL

https://feedpin.dev/api/v1

Authentication

All authenticated endpoints require a Bearer token:
curl https://feedpin.dev/api/v1/projects \
  -H "Authorization: Bearer YOUR_API_KEY"
Find your API key in Settings.

Rate Limits

  • Free plan: 50 feedbacks/month per project
  • Indie/Unlimited: No rate limits on feedbacks
  • API calls: 1000 requests/minute

Endpoints

MethodPathDescriptionAuth
GET/projectsList projects
POST/projectsCreate project
GET/commentsList feedbacks✅ or widget
POST/commentSubmit feedbackPublic
PATCH/comments/:idResolve feedback
POST/pingWidget heartbeatPublic

MCP Protocol

FeedPin also supports the Model Context Protocol at:
https://feedpin.dev/api/mcp
See MCP Setup for details.