---
title: "Create Blocked Domain"
method: POST
path: "/api/v1/company/block"
tags: ["Web Presence Review Blocklist"]
---

# Create Blocked Domain

`POST /api/v1/company/block`

This API endpoint allows you to add a domain to a 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.

## Request body

- BlockInput
  - `domain` string, required — The domain to be blocked.
  - `phone` string, nullable — The phone number to be blocked.
  - `email` string, nullable — The email to be blocked.
  - `address_line_1` string, nullable — The address to be blocked.
  - `address_line_2` string, nullable — The address to be blocked.
  - `city` string, nullable — The city to be blocked.
  - `state` string, nullable — The state which the address belongs too
  - `zipcode` string, nullable — The zip code to which the address belongs too.
  - `country` string, nullable — The country which the address belongs too.
  - `reason` 'Credit and Financial Risk' | 'Compliance and Regulatory' | 'Business Profile Risk' | 'Internal Policy' | 'Fraudulent Application' | 'Fraudulent Business' | 'Other', required — An enumeration.
  - `other_explanation` string, nullable — The reason for blocking this domain when other is selected.
  - `notes` string, nullable
  - `expires_at` string, date-time, nullable — The date and time this block should expire at. If you do not set this value, it will default to five years from the creation date.

## Response `200`

OK

- BlockMessage
  - `message` string, 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)
