Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Details of the VaultCord firewall blocklist. Many attributes or properties accepted, specify one or many if preferred.

userid
string

Discord snowflake ID for the member/user.

Example:

"720820224877789204"

ip
string

IP address to blocklist

Example:

"1.1.1.1"

fingerprint
string

Browser fingerprint to blocklist

Example:

"782c2b71aef697c83284ef3ab4cb593c"

region
string

Region code from ip-api.com to blocklist

Example:

"ENG"

country
string

Country code from ip-api.com to blocklist

Example:

"DZ"

asn
integer

ASN number from ip-api.com to blocklist

Example:

13335

Response

Successfully created firewall blocklist

success
boolean
Example:

true

message
string
Example:

"Added to blocklist."