POST/feedback/submit

Submit feedback

Submit a feedback message for a specific project. Feedback is stored and can be retrieved for analysis and customer support purposes.

Base URLhttps://seggwat.com/api/v1

Parameters

Refererheaderstring (uri-reference)

Optional HTTP Referer header indicating the page URL where the submission originated

Example: https://example.com/dashboard

Request Body

required

Feedback submission payload containing project identifier and message.

application/json
FeedbackSubmission

Feedback submission request

messagestringrequired

The feedback message text (cannot be empty)

Example: This is a great product! I love the new features.
pathstring

Optional URL path where the feedback was generated (must start with /)

Example: /dashboard/settings
project_keystring (uuid)required(uuid)

Unique identifier for the project (UUID format)

Example: 550e8400-e29b-41d4-a716-446655440000
submitted_bystring

Optional user identifier from your system (GDPR-compliant reference)

Example: user_12345
versionstring

Optional application version to track feedback against specific releases

Example: 1.2.3

Responses

Navigation