authedUserUniverseVoteStatus
Gets the authenticated users vote status for a particular universe.
Parameters
| Name | Type | Description |
|---|---|---|
| universeId | Identifier | The ID of the universe to get vote status for. |
Example
const { data: voteStatus } = await ClassicGamesApi.authedUserUniverseVoteStatus({ universeId: 1685831367 }); Example Data
{ canVote: false, userVote: true, reasonForNotVoteable: "PlayGame" } Endpoint
GET /v1/games/{universeId}/votes/user