Get IOC details report
GET https://{{host}}/etp-report/v3/ioc/details?recordType={{recordType}}&record={{record}}
Lists the IOC details for a given domain or IP.
Body
PARAM
Key | Datatype | Required | Description |
recordType
|
string | (Required) __Enum__ Specifies the record type, either `DOMAIN` or `IP`. | |
record
|
string | (Required) The target record from which to get blocklisted domains. | |
includeChanges
|
string | (Optional) Whether to include the `iocChanges` array in the response. Defaults to `true`. | |
accountSwitchKey
|
string | (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys). |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"iocChanges": [
{
"date": "2020-03-31T00:00: Curl curl -X GET 'https://host/etp-report/v3/ioc/details?recordType=&record=?recordType=&record=&includeChanges=&accountSwitchKey=' -H 'Accept: application/json' ENDPOINTS |