POST/projects/{project_id}/feedback

Create 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 URLhttps://seggwat.com/api/v1

Parameters

project_idpathstringrequired

Unique identifier of the project (MongoDB ObjectId)

Example: 507f1f77bcf86cd799439011

Request Body

required

Feedback creation payload

application/json
FeedbackCreateRequest

Request body for creating feedback via API key authentication

messagestringrequired

The feedback message text (cannot be empty)

Example: Customer reported slow loading times on mobile devices
pathstring

Optional URL path where the feedback relates to

Example: /dashboard/settings
submitted_bystring

Optional user identifier who submitted the feedback

Example: user-abc-123
typeFeedbackType

Type/category of feedback

Enum:BugFeaturePraiseQuestionImprovementOther
versionstring

Optional application version to track feedback against specific releases

Example: 2.1.0

Responses

Navigation