Webhooks can be used to receive real-time notifications about events occurring on VaultCord
X-VaultCord-Signature
header with a HMAC signature comprised of the JSON encoded request body and your webhook secret. Your webhook secret can be copied here.
45.33.155.66
, so you could use this to verify it’s a legitimate request if you can’t use encryption for whatever reason.
PHP
Node JS
Python
event
JSON key in the request body. A list of supported events from Webhook Endpoints can be found below.
Event | Description |
---|---|
member.verified | Member Verified. |
member.pull_started | Member Pull Started. |
donation.paid | One of your members donated to you. |
market.paid | The order has been flagged as paid, this is the final state. |
market.refunded | An order has been partially refunded, because some members didn’t arrive |
market.added | A new marketplace seller has been added |
45.33.155.66
) you can find the RayID in the headers to see what Cloudflare rule our request triggered.