---
title: "List Blocked Domains"
method: GET
path: "/api/v1/company/block"
tags: ["Web Presence Review Blocklist"]
---

# List Blocked Domains

`GET /api/v1/company/block`

This (paginated) API endpoint allows you to see domains that you have added to the block list.
This API requires a valid API key (X-API-KEY) to be  provided in the headers and is rate limited to 5 requests
per second.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- PagedBlockedDomain
  - `items` BlockedDomain[], required
    - `domain` string, required — The domain to block.
    - `created_at` string, date-time, required
    - `expires_at` string, date-time — The time this blocked domain should expire at (default: 5 years from creation).
    - `reason` string, required — The reason for blocking this domain: * Credit and Financial Risk: This business is not creditworthy or interacting with them represents a financial risk to your business. * Insufficient or poor credit history. * Adverse financial ratios. * Insufficient or unacceptable collateral. * High-risk collateral location. * History of bankruptcy or default. * Compliance and Regulatory: Interacting with this business would cause regulatory or compliance issues. * Incomplete application information. * Non-compliance with KYC/AML regulations. * Sanctions or watchlist issues. * Lack of required licenses or permits. * Industry or sector restrictions. * Business Profile Risk: This business's profile and behavior represents a risk to interact with. * Insufficient business history or experience. * Inadequate or unstable revenue. * Lack of a viable business plan or strategy. * High employee turnover. * Negative industry outlook or trends. * Negative or unverified customer feedback. * Poor reputation or history of unethical practices. * Prior negative experience with the client. * Internal Policy: Interacting with this business is forbidden due to internal policies. * Conflicts of interest. * Lending or investment limits reached. * Risk appetite or portfolio concentration concerns. * Limited resources or expertise in the specific industry or sector. * Strategic shift or change in focus. * Fraudulent Application: The person applying on behalf does not have a legitimate reason to request services. * Identity theft or impersonation. * Misleading or false data. * Collusion or insider fraud. * Fraudulent Business: The business in question appears to be fraudulent. * Not a real business. * Fabricated financial documents. * Shell companies or nominee arrangements. * Other: Any other reason.
    - `other_explanation` string — For what other reason did your company want to block this domain?
    - `notes` string — Notes about this block.
  - `count` integer, required
  - `limit` integer, required
  - `offset` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/truebiz/apis/truebiz-web-presence-review-api.md) · [All operations](https://skmtc.net/truebiz/apis/truebiz-web-presence-review-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truebiz/truebiz-web-presence-review-api/revisions/22a9a6d3740a/schema)
