POST
/projects/{project_id}/feedbackCreate feedback via API
Create a new feedback item for a project using API key authentication. Unlike the widget submit endpoint, this requires authentication and enforces subscription tier limits.
Base URL
https://seggwat.com/api/v1Parameters
project_idpathstringrequiredUnique identifier of the project (MongoDB ObjectId)
Example:
507f1f77bcf86cd799439011Request Body
required
Feedback creation payload
application/jsonFeedbackCreateRequest
Request body for creating feedback via API key authentication
messagestringrequiredThe feedback message text (cannot be empty)
Example:
Customer reported slow loading times on mobile devicespathstringOptional URL path where the feedback relates to
Example:
/dashboard/settingssubmitted_bystringOptional user identifier who submitted the feedback
Example:
user-abc-123typeFeedbackTypeType/category of feedback
Enum:
BugFeaturePraiseQuestionImprovementOtherversionstringOptional application version to track feedback against specific releases
Example:
2.1.0Responses
Navigation
