List Blocked Domains

GET {{baseUrl}}/api/v1/company/block?limit=100&offset=0

This (paginated) API endpoint allows you to see domains that you have added to the 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 Params

KeyDatatypeRequiredDescription
limitnumber
offsetnumber

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"count":-27040097,"items":[{"domain":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","reason":"\u003cstring\u003e","expires_at":"\u003cdateTime\u003e","other_explanation":"\u003cstring\u003e","notes":"\u003cstring\u003e"},{"domain":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","reason":"\u003cstring\u003e","expires_at":"\u003cdateTime\u003e","other_explanation":"\u003cstring\u003e","notes":"\u003cstring\u003e"}],"limit":"\u003cinteger\u003e","offset":"\u003cinteger\u003e"}