Web Presence Review Blocklist
Evaluate Blocked Domains
post/api/v1/company/evaluate
Request body
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
Example response
{
"domain": "example.net",
"phone": "3136739082",
"email": "test@truebiz.io",
"address": "104 Truebiz Lane",
"phone_without_country_code": "US"
}