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}/ballotwithaccountNo+brokerId. The olderPOST /ballot/by-emailis deprecated. - The event must be a
Proxyevent in active voting. Confirm with Events before requesting a URL — you'll get423 Lockedotherwise. - The URL is short-lived. Generate it on the click, not at page load.
Loading playground…