Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List and create feature requests
GET /api/v1/feedback/features
X-Bundle-ID
X-Team-ID
page
int
per
sort
string
newest
oldest
most_voted
status
voter_id
{ "items": [ { "id": "uuid", "title": "Dark Mode Support", "description": "Please add dark mode...", "status": "open", "voteCount": 42, "hasVoted": true, "commentCount": 5, "createdAt": "2025-03-01T12:00:00Z", "updatedAt": "2025-03-10T08:00:00Z" } ], "metadata": { "page": 1, "per": 20, "total": 42 } }
POST /api/v1/feedback/features
{ "title": "Dark Mode Support", "description": "Please add a dark mode option to reduce eye strain at night.", "submitterId": "user_123", "deviceHash": "optional-device-hash" }
title
description
submitterId
deviceHash
pushToken
pushEnvironment
sandbox
production
GET /api/v1/feedback/features/:featureId
Was this page helpful?