---
title: "Get"
method: GET
path: "/v1/policy_ips"
tags: ["Policy IPs"]
---

# Get

`GET /v1/policy_ips`

Gets user associated policies IPs basic information from database.

## Response `200`

Policy IPs basic information

- object
  - `data` PolicyIpSpec[]
    - `id` string — Resource Id (integer or uuid)
    - `type` string — Resource type name
    - `uuid` string — Resource UUID (if applicable)
    - `attributes` PolicyIp — Policy IP resource
      - `friendly_id` integer — Policy IP ID
      - `primary_address` string — NAT primary address
      - `secondary_address` string — NAT secondary address

## Other responses

- `401` — Unauthorized

---

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