curl --request GET \
--url https://api.vaultcord.com/allowlist \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": 85,
"accId": 25204,
"userid": "720820224877789204",
"ip": "1.1.1.1",
"fingerprint": "1a5423084a51bd2b47fe3aedde108b0c",
"region": "ENG",
"country": "GB",
"asn": 13335,
"domain": "[email protected]",
"created_at": 1715282199
}
]
}List the allowlists on a VaultCord account
curl --request GET \
--url https://api.vaultcord.com/allowlist \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": 85,
"accId": 25204,
"userid": "720820224877789204",
"ip": "1.1.1.1",
"fingerprint": "1a5423084a51bd2b47fe3aedde108b0c",
"region": "ENG",
"country": "GB",
"asn": 13335,
"domain": "[email protected]",
"created_at": 1715282199
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List of VaultCord firewall allowlists. Used to bypass certain members from VPN or alternate account detection
true
Show child attributes
Random auto-increment ID
85
VaultCord account ID.
25204
Discord snowflake user ID to allowlist
"720820224877789204"
IP address to allowlist
"1.1.1.1"
Browser fingerprint to allowlist
"1a5423084a51bd2b47fe3aedde108b0c"
Region code from ip-api.com to allowlist
"ENG"
Country code from ip-api.com to allowlist
"GB"
ASN number from ip-api.com to allowlist
13335
Email address domain to allowlist
The creation date of the blocklist, in unix timestamp (seconds)
1715282199
Was this page helpful?