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
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | ||
offset | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"}