/api/v1/org/feedback and /api/v1/org/support are the staff side of the Feedback module — the surface the dashboard and the grantiva CLI use to triage what your users submitted through the SDK.
Authentication
Both a dashboard session and an API key work:feedback:manage is deliberately separate from feedback:write — end users hold feedback:write to submit and vote, staff hold feedback:manage to answer.
Wire format on this surface is snake_case.
List feature requests
Query parameters
Response
Get a feature request
Set feature request status
400 listing the accepted values.
Comment as staff
201 Created with the comment, stored with author_type: "admin". The body must be non-empty and at most 5,000 characters. Devices subscribed to the request’s push channel are notified.
List support tickets
Query parameters
Response
Get a ticket
Set ticket status and priority
resolved emails the submitter.
Reply as staff
201 Created with the message, stored with author_type: "admin". The body must be non-empty and at most 10,000 characters. Posting a staff reply moves the ticket to awaiting_reply and emails the submitter.
Errors
See also
- Feature Requests — the SDK-facing submission API
- Support Tickets