---
title: "List IP blockers on the caller's account"
method: GET
path: "/api/client/ip-blockers"
tags: ["Client - IP Blockers"]
---

# List IP blockers on the caller's account

`GET /api/client/ip-blockers`

Optionally filter by domain_id. The account is automatically derived from the API key.

## Query parameters

- `domain_id` integer

## Response `200`

Success

- HostingAccountIpBlocker[]
  - `id` integer — ID of the IP blocker record
  - `hosting_account_id` integer — ID of the related hosting account
  - `domain_id` integer — ID of the domain the rule applies to
  - `blocked_ip` string — Blocked value: IPv4, range, CIDR or FQDN
  - `beginning_ip` string — First IP in the block range (IPv4)
  - `ending_ip` string — Last IP in the block range (IPv4)
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `404` — Domain not found or not owned by this API key

---

[API](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation.md) · [All operations](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adminbolt/adminbolt-api-documentation/revisions/bf4f36fbfbd3/schema)
