Votes
Vote on Feedback
Cast a vote on a feedback item. Requires subscriber authentication. One vote per subscriber.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.userorbit.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires subscriber JWT token from login/identify.Request Body
The feedback ID to vote on
Response
Created vote object
Updated total vote count for this feedback
Behavior
- One Vote Per User: Each subscriber can only vote once per feedback
- Duplicate Prevention: Returns existing vote if already voted
- Vote Count Update: Feedback vote count incremented automatically
- Notifications: May trigger notifications to feedback creator
Use Cases
- User Engagement: Allow users to upvote feedback they support
- Prioritization: Use votes to gauge feature demand
- Popular Feedback: Sort feedback by vote count
Notes
- Requires valid subscriber JWT token
- Returns 409 if user has already voted (use delete to unvote first)
- Vote count updates immediately
- Triggers webhook events if configured

