Skip to main content
/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

Returns the request plus its comments, oldest first.

Set feature request status

Returns the updated feature request object. An unrecognized status returns 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

Tickets are sorted by last update, newest first.

Query parameters

Response


Get a ticket

Messages are oldest first.

Set ticket status and priority

Both return the updated ticket object. Moving a ticket to 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