Skip to main content

Voting

When a shareholder clicks "Vote Now", call this endpoint to get a one-shot voting URL. Pass the URL to the VoteNowButton SDK; VOTR hosts the ballot and records the vote.

Tips

  • Use GET /events/{eventId}/ballot with accountNo + brokerId. The older POST /ballot/by-email is deprecated.
  • The event must be a Proxy event in active voting. Confirm with Events before requesting a URL — you'll get 423 Locked otherwise.
  • The URL is short-lived. Generate it on the click, not at page load.
Loading playground…