v1

latestOpenAPI 3.0.02026-07-26441564.4 KB
Blacklists

Add blocklist to VaultCord

put/blocklist

Request body

useridstring

Discord snowflake ID for the member/user.

ipstring

IP address to blocklist

fingerprintstring

Browser fingerprint to blocklist

regionstring

Region code from ip-api.com to blocklist

countrystring

Country code from ip-api.com to blocklist

asninteger

ASN number from ip-api.com to blocklist

Example request

{
  "userid": "720820224877789204",
  "ip": "1.1.1.1",
  "fingerprint": "782c2b71aef697c83284ef3ab4cb593c",
  "region": "ENG",
  "country": "DZ",
  "asn": 13335
}

Response

Successfully created firewall blocklist

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Added to blocklist."
}