---
title: "Get a single IP blocker by ID (must belong to the caller's account)"
method: GET
path: "/api/client/ip-blockers/{id}"
tags: ["Client - IP Blockers"]
---

# Get a single IP blocker by ID (must belong to the caller's account)

`GET /api/client/ip-blockers/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Success

- HostingAccountIpBlocker — IP blocker rule attached to a hosting account domain
  - `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` — Not found

---

[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)
