---
title: "Get IP Allowlist"
method: GET
path: "/api/v2/ip_allowlist"
tags: ["IP Allowlist"]
---

# Get IP Allowlist

`GET /api/v2/ip_allowlist`

Returns the IP allowlist and its enabled or disabled state.

## Response `200`

OK

- IPAllowlistResponse — Response containing information about the IP allowlist.
  - `data` IPAllowlistData — IP allowlist data.
    - `attributes` IPAllowlistAttributes — Attributes of the IP allowlist.
      - `enabled` boolean — Whether the IP allowlist logic is enabled or not.
      - `entries` IPAllowlistEntry[] — Array of entries in the IP allowlist.
        - `data` IPAllowlistEntryData, required — Data of the IP allowlist entry object.
          - `attributes` IPAllowlistEntryAttributes — Attributes of the IP allowlist entry.
            - `cidr_block` string — The CIDR block describing the IP range of the entry.
            - `created_at` string, date-time — Creation time of the entry.
            - `modified_at` string, date-time — Time of last entry modification.
            - `note` string — A note describing the IP allowlist entry.
          - `id` string — The unique identifier of the IP allowlist entry.
          - `type` 'ip_allowlist_entry', required — IP allowlist Entry type.
    - `id` string — The unique identifier of the org.
    - `type` 'ip_allowlist', required — IP allowlist type.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests

---

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