v1

latestOpenAPI 3.0.02026-07-26441564.4 KB
Whitelists
Allowlists

List the allowlists on a VaultCord account

get/allowlist

Response

List of VaultCord firewall allowlists. Used to bypass certain members from VPN or alternate account detection

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "id": 85,
      "accId": 25204,
      "userid": "720820224877789204",
      "ip": "1.1.1.1",
      "fingerprint": "1a5423084a51bd2b47fe3aedde108b0c",
      "region": "ENG",
      "country": "GB",
      "asn": 13335,
      "domain": "notexttospeech@gmail.com"
    }
  ]
}