Get IOC AUP detail report

GET https://{{host}}/etp-report/v3/ioc/details/aup?recordType={{recordType}}&record={{record}}

Lists the AUP details for a given domain or IP.

Request Params

KeyDatatypeRequiredDescription
recordTypestring(Required) Enum Specifies the record type, either DOMAIN or IP.
recordstring(Required) The target record from which to get blocklisted domains.
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"iocChanges":[{"date":"2021-05-19T00:00:00Z","description":"Access Control Category  virtual community  added","key":"CATEGORIES","newDetails":[{"id":"14","name":"Virtual Community"}],"newValue":"Virtual Community","order":"1","recordType":"DOMAIN","state":"ADDED"}],"iocInformation":{"aupCategories":[{"id":"14","name":"Virtual Community"}],"avcInformation":[],"record":"facebook.com","recordType":"DOMAIN"}}