v1

latestOpenAPI 3.0.02026-07-26441564.4 KB
Whitelists
Allowlists

Add allowlist to VaultCord

put/allowlist

Path parameters

idinteger required

ID of the resource

Request body

useridstring

Discord snowflake ID for the member/user.

ipstring

IP address to allowlist

fingerprintstring

Browser fingerprint to allowlist

domainstring

Email address domain to allowlist

regionstring

Region code from ip-api.com to allowlist

countrystring

Country code from ip-api.com to allowlist

asninteger

ASN number from ip-api.com to allowlist

Example request

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

Response

Successfully added firewall bypass/exemption

successboolean
messagestring

Example response

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