---
title: "Changes to Create Blocked Domain"
method: POST
path: "/api/v1/company/block"
---

# Changes to Create Blocked Domain

`POST /api/v1/company/block`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 12 revisions.

- **2026-09-27** `955831a8d5e9` — 11 breaking
- **2026-09-21** `fd8c32a19c7f` — 2 breaking, 1 warning, 18 info

## Changes

- **2026-09-27** `955831a8d5e9` — 11 breaking
  - the request property `address_line_1` became not nullable
  - the request property `address_line_2` became not nullable
  - the request property `city` became not nullable
  - the request property `country` became not nullable
  - the request property `email` became not nullable
  - the request property `expires_at` became not nullable
  - the request property `notes` became not nullable
  - the request property `other_explanation` became not nullable
  - the request property `phone` became not nullable
  - the request property `state` became not nullable
  - the request property `zipcode` became not nullable
- **2026-09-21** `fd8c32a19c7f` — 2 breaking, 1 warning, 18 info
  - request property `reason` was restricted to a list of enum values
  - the `reason` request property type changed from no type to `string`
  - removed `#/components/schemas/BlockReason` from the `reason` request property `allOf` list
  - added the new `Business Profile Risk` enum value to the request property `reason`
  - added the new `Compliance and Regulatory` enum value to the request property `reason`
  - added the new `Credit and Financial Risk` enum value to the request property `reason`
  - added the new `Fraudulent Application` enum value to the request property `reason`
  - added the new `Fraudulent Business` enum value to the request property `reason`
  - added the new `Internal Policy` enum value to the request property `reason`
  - added the new `Other` enum value to the request property `reason`
  - request property `address_line_1` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `address_line_2` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `city` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `country` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `email` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `expires_at` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `notes` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `other_explanation` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `phone` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `state` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `zipcode` list-of-types was widened by adding types `null` to media type `application/json`

---

[Operation](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/docs/api/v1/company/block/post.md) · [API](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api.md) · [Page](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/changes/api/v1/company/block/post)
