curl --location --request GET 'https://api.inboxkit.com/v1/api/infra-guard/blacklist-history?uid=&page=1&limit=20' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"error": false,
"message": "string",
"data": [
{
"uid": "string",
"test_code": "string",
"status": "string",
"summary": {},
"results": [
{
"value": "string",
"type": "string",
"domain": "string",
"overall_status": "string",
"summary": {},
"findings": [
{}
],
"checked_at": "2019-08-24T14:15:22.123Z"
}
],
"checked_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"pages": 0,
"current_page": 0,
"limit": 0
}