Skip to main content
POST

Authentication

For checking user’s vote status, use subscriber JWT token:

Request Body

string
required
The feedback ID to get vote information for

Response

object
Vote information

Use Cases

  • Display Vote Count: Show number of votes on feedback
  • Vote Button State: Determine if vote button should be active/inactive
  • User Engagement: Track which feedback user has voted on

Notes

  • hasVoted and voteId only populated with subscriber authentication
  • Vote count always returned regardless of authentication
  • One vote per subscriber per feedback