Skip to main content

Get top attack countries

GET 

/partner/logs/top_attack_countries/:user_domain_idx

Retrieve all attacking countries sorted by attack count in descending order. Date range is available from the 1st of 3 months ago.

Request

Responses

200Success
Response 200
{
"message": {
"key": "RES000000",
"value": "success"
},
"data": {
"search_term": {
"from": "20260101",
"to": "20260131"
},
"top_attack_countries": [
{
"country_code": "US",
"country": "United States",
"count": 124,
"action": ""
}
],
"timezone": "UTC"
}
}
Schema Details
FieldTypeDescription
messageobject
dataobject