---
title: "GET /allowlist"
method: GET
path: "/allowlist"
tags: ["Whitelists", "Allowlists"]
---

# GET /allowlist

`GET /allowlist`

List the allowlists on a VaultCord account

## Response `200`

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

- object
  - `success` boolean
  - `data` WhitelistObject[]
    - `id` integer — Random auto-increment ID
    - `accId` integer — VaultCord account ID.
    - `userid` string — Discord snowflake user ID to allowlist
    - `ip` string — IP address to allowlist
    - `fingerprint` string — Browser fingerprint to allowlist
    - `region` string — Region code from ip-api.com to allowlist
    - `country` string — Country code from ip-api.com to allowlist
    - `asn` integer — ASN number from ip-api.com to allowlist
    - `domain` string — Email address domain to allowlist
    - `created_at` string — The creation date of the blocklist, in unix timestamp (seconds)

## Other responses

- `401` — API key invalid, please generate a new one from dash.vaultcord.com/developers

---

[API](https://skmtc.dev/vaultcord/apis/vaultcord-developers-api.md) · [All operations](https://skmtc.dev/vaultcord/apis/vaultcord-developers-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vaultcord/vaultcord-developers-api/revisions/7790bd606410/schema)
