Developer ResourcesFeedback
Feedback Mobile API Reference
Integration reference for mobile feedback endpoints.
Feedback Mobile API Reference
Audience: Mobile/frontend developers Scope: Mobile feedback contracts currently implemented.
Mobile APIs
Submit Feedback
Endpoint
POST /api/mobile/feedbackAuth
Authorization: Bearer <user-jwt>
Request body
{
"category": "feature_request",
"subject": "Please add dark mode",
"message": "Dark mode would make the app easier to use at night."
}Feedback categories:
bug_reportfeature_requestgeneral_feedback
Important behavior:
- feedback is one-way in v1
- mobile users do not have list/detail endpoints for previous feedback submissions
Common Error Scenarios
400: invalid numeric path param401: missing or invalid JWT422: invalid category/body validation