HomeGetting StartedEndpointsWebhooks

Webhooks

Vote Webhooks

To get started, go to your management page (server or bot) and then fill in the Webhook options.

We will send a POST request to your webhook URL. The request will contain the following information:

Body

data.json
{ "bot": "string", "user": "string" }
data.json
{ "guild": "string", "user": "string" }

Headers

  • Content-Type: application/json
  • Authorization: YOUR_WEBHOOK_TOKEN

PS: Our server will not try to send a request again even if you send a status code other than 2xx.

Copyright © discord.place, 2024. GPL v3 Licensed.
Thanks to Nodesty for supporting this project.