---
title: "IP Access Control List"
method: GET
path: "/admin/ip_access_control/list/{statuspage_id}"
tags: ["Admin"]
---

# IP Access Control List

`GET /admin/ip_access_control/list/{statuspage_id}`

List the allowed IP addresses (IPv4 and IPv6) configured for IP access control.

## Path parameters

- `statuspage_id` string, required

## Headers

- `x-api-id` string, required
- `x-api-key` string, required

## Response `200`

OK

- object
  - `result` object
    - `ipv_4` string
    - `ipv_6` string
  - `status` object
    - `error` string
    - `message` string

---

[API](https://skmtc.dev/status/apis/status-io-api-v2.md) · [All operations](https://skmtc.dev/status/apis/status-io-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/status/status-io-api-v2/revisions/6054bf6d1a84/schema)
