---
title: "Evaluate Blocked Domains"
method: POST
path: "/api/v1/company/evaluate"
tags: ["Web Presence Review Blocklist"]
---

# Evaluate Blocked Domains

`POST /api/v1/company/evaluate`

## Request body

- EvaluateBlockInput
  - `domain` string, nullable — 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.
  - `phone_without_country_code` string, nullable — Phone number without country code

## Response `200`

OK

- EvaluateBlockResponse
  - `domain` string, nullable — The domain to be blocked.
  - `phone` string, nullable — The phone number to be blocked.
  - `email` string, nullable — The email to be blocked.
  - `address` string, nullable — The address to be blocked.
  - `phone_without_country_code` string, nullable — Phone number without country code

## Other responses

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

## Changes

- **2026-09-21** `fd8c32a19c7f` — 5 breaking, 10 info
  - response property `address` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `domain` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `email` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `phone` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …11 more

[Change history](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/changes/api/v1/company/evaluate/post.md)

---

[API](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api.md) · [All operations](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/llms.txt) · [OpenAPI document](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/revisions/a5d672b003d2?raw)
