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.

Path Parameters

id
integer
required

ID of the resource

Body

application/json

Details of the VaultCord firewall bypass or exemption. 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 allowlist

Example:

"1.1.1.1"

fingerprint
string

Browser fingerprint to allowlist

Example:

"782c2b71aef697c83284ef3ab4cb593c"

domain
string

Email address domain to allowlist

Example:

"gmail.com"

region
string

Region code from ip-api.com to allowlist

Example:

"ENG"

country
string

Country code from ip-api.com to allowlist

Example:

"DZ"

asn
integer

ASN number from ip-api.com to allowlist

Example:

13335

Response

Successfully added firewall bypass/exemption

success
boolean
Example:

true

message
string
Example:

"Added to allowlist."