Abuse Panel - Documentation
Reports

Fetch multiple reports

Fetches multiple reports from a given service name and page number

Fetches upto 20 reports at once

GET
/feed/{service}/page/{pageNumber}/json

Authorization

Authorization
Authorization<token>

In: header

Path Parameters

service*string
pageNumber*string

Response Body

application/json

application/json

application/json

curl -X GET "https://abuse.uncoverit.org/feed/string/page/string/json"
{
  "page": 0,
  "reports": [
    {
      "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      "name": "PLAYIT",
      "tags": [
        "string"
      ],
      "c2Address": "example.com:8080",
      "reportedAt": "2024-10-26 10:00:00",
      "reportedBy": "Uncover it",
      "file256Hash": "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad",
      "firstSeenID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      "referenceLink": "https://www.uncoverit.org/results/ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad",
      "confidenceScore": 10
    }
  ],
  "success": true
}
{
  "error": "string",
  "successful": true
}
{
  "error": "string",
  "successful": true
}