Vote Webhooks
Last updated
Vote webhooks are fired whenever a user upvotes your bot. This can be configured in bot settings.
It is advised to implement vote webhooks in your bot, as more votes brings higher rankings on our site.
POST https://your-api.com/your-webhook-url
This request is made to your API when an upvote is made.
Authorization
string
The webhook secret
admin
boolean
If the user is a site administrator
avatar
string
The avatar hash of the user
username
string
The username of the user who voted
id
string
The ID of the user who voted
N/ALast updated