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

# PUT /allowlist

`PUT /allowlist`

Add allowlist to VaultCord

## Path parameters

- `id` integer, required

## Request body

- object
  - `userid` string — Discord snowflake ID for the member/user.
  - `ip` string — IP address to allowlist
  - `fingerprint` string — Browser fingerprint to allowlist
  - `domain` string — Email address domain 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

## Response `200`

Successfully added firewall bypass/exemption

- object
  - `success` boolean
  - `message` string

## 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)
