POST
/feedback/submitSubmit feedback
Submit a feedback message for a specific project. Feedback is stored and can be retrieved for analysis and customer support purposes.
Base URL
https://seggwat.com/api/v1Parameters
Refererheaderstring (uri-reference)Optional HTTP Referer header indicating the page URL where the submission originated
Example:
https://example.com/dashboardRequest Body
required
Feedback submission payload containing project identifier and message.
application/jsonFeedbackSubmission
Feedback submission request
messagestringrequiredThe feedback message text (cannot be empty)
Example:
This is a great product! I love the new features.pathstringOptional URL path where the feedback was generated (must start with /)
Example:
/dashboard/settingsproject_keystring (uuid)required(uuid)Unique identifier for the project (UUID format)
Example:
550e8400-e29b-41d4-a716-446655440000submitted_bystringOptional user identifier from your system (GDPR-compliant reference)
Example:
user_12345versionstringOptional application version to track feedback against specific releases
Example:
1.2.3Responses
Navigation
