Create Blocked Domain

POST {{baseUrl}}/api/v1/company/block

This API endpoint allows you to add a domain to a block list. Domains present in the blocklist are 'blocked' from lookups and will return a specific message indicating that you have blocked them for fraud purposes.

Request Body

{"domain"=>"example.net", "reason"=>"Fraudulent Application", "other_explanation"=>nil, "notes"=>nil, "expires_at"=>"2028-12-31T23:59:59.999"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"message":"Block created for example.net."}