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

---

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