Votes
Get Vote
Check if a user has an active vote
GET
/
votes
/
{user_id}
Authorizations
Guilds-Api-Key
string
headerrequiredAPI Key specific to each guild
Guilds-App-Id
string
headerrequiredApp ID specific to each guild
Path Parameters
user_id
string
requiredThe unique Discord user ID (snowflake).
Response
200 - application/json
voted
boolean
Whether or not this user has an active vote
remaining
integer | null
The time remaining of this users vote in miliseconds
Was this page helpful?