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
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
The avatar hash of the user
username
The username of the user who voted
id
The ID of the user who voted
N/A
Last updated 5 years ago