Web Presence Review Blocklist

Evaluate Blocked Domains

post/api/v1/company/evaluate

Request body

domainstring nullable

The domain to be blocked.

phonestring nullable

The phone number to be blocked.

emailstring nullable

The email to be blocked.

address_line_1string nullable

The address to be blocked.

address_line_2string nullable

The address to be blocked.

citystring nullable

The city to be blocked.

statestring nullable

The state which the address belongs too

zipcodestring nullable

The zip code to which the address belongs too.

countrystring nullable

The country which the address belongs too.

phone_without_country_codestring nullable

Phone number without country code

Example request

{
  "domain": "example.net",
  "phone": "3136739082",
  "email": "test@truebiz.io",
  "address_line_1": "104 Truebiz Lane",
  "address_line_2": "104 Truebiz Lane",
  "city": "Detroit",
  "state": "MI",
  "zipcode": "48178",
  "country": "US",
  "phone_without_country_code": "US"
}

Response

OK

domainstring nullable

The domain to be blocked.

phonestring nullable

The phone number to be blocked.

emailstring nullable

The email to be blocked.

addressstring nullable

The address to be blocked.

phone_without_country_codestring nullable

Phone number without country code

Example response

{
  "domain": "example.net",
  "phone": "3136739082",
  "email": "test@truebiz.io",
  "address": "104 Truebiz Lane",
  "phone_without_country_code": "US"
}