Reports
Webhooks
Get notified as soon as a new report is created
If you are a tunneling service, you can create webhooks to intergrate with your API once a new report is made.
Webhooks can currently only be created / deleted using the Abuse Panel website. We don't have an API for webhook control yet. Everytime a new request is made, our backend will send a POST request to the set URL.
Response (with types):
{
"id": string,
"name": string,
"reportedBy": string,
"c2Address": string,
"confidenceScore": int, // always between 1-10
"tags": string[],
"referenceLink": string,
"reportedAt": string, //js dateTime
"file256Hash": string,
"firstSeenID": string
}