Web Presence Review Blocklist
Create Blocked Domain
This API endpoint allows you to add a domain to a block list. This API requires a valid API key (X-API-KEY) to be provided in the headers and is rate limited to 5 requests per second.
post/api/v1/company/block
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",
"expires_at": "2028-12-31T23:59:59.999"
}Response
OK
Example response
{
"message": "Block created for example.net."
}