cURL
curl --request GET \ --url https://api.guilds.me/v1/votes \ --header 'Guilds-Api-Key: <api-key>' \ --header 'Guilds-App-Id: <api-key>'
{ "totalVotes": 123, "monthlyVotes": 123, "votes": [ { "userId": "<string>", "remaining": 123, "discord": true } ] }
List the current active votes
Show child attributes
Was this page helpful?