---
title: "List Known VPNs and Proxies"
method: GET
path: "/v1/known_vpns"
tags: ["Known VPNs"]
---

# List Known VPNs and Proxies

`GET /v1/known_vpns`

Returns the list of VPN and proxy operators recognized by Huntress.

Use any value from this list as the `vpn` parameter when creating an Unwanted Access Rule.

## Response `200`

List Known VPNs and Proxies

- object
  - `known_vpns` KnownVpn[], required
    - `name` string, required — Human-readable display name of the VPN or proxy operator.
    - `slug` string, required — Machine-readable identifier for the VPN or proxy operator. Use this value as the `vpn` parameter when creating an Unwanted Access Rule.

## Other responses

- `403` — There was an issue with your API credential or permissions.

---

[API](https://skmtc.net/huntress/apis/huntress-api-reference.md) · [All operations](https://skmtc.net/huntress/apis/huntress-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huntress/huntress-api-reference/revisions/94acb422c07d/schema)
