Sending Feedback
19 May 2025
POSThttps://signals.gse.live/report /feedback
Send feedback for signals
Bulk reporting of feedback on signals.
Attributes
- Name
signal
- Type
- mediumstring
- Description
- The signal you want to share.
- Name
report_date
- Type
- datetime
- Description
- Date & time the signal was reported.
- Name
abuse_type
- Type
- string
- Description
- The type of abuse this signal represents. Must be one of the following types...
Value Description cloaking Use this for Cloaking Identifiers copyright Use this for Copyright Identifiers exploit Use this for Exploit identifiers fraud Use this for Fraud Identifiers impersonation Use this for Impersonation Identifiers malware Use this for Malware Identifiers phishing Use this for Phishing Identifiers piracy Use this for Piracy Identifiers scam Use this for Scam identifiers spam Use this for Spam identifiers trademark Use this for Trademark Identifiers If you would like to send us a different abuse type, please contact us
- Name
mitigated
- Type
- boolean (optional)
- Description
- Was this signal mitigated.
- Name
mitigation_date
- Type
- datetime (optional)
- Description
- Date and time the signal was mitigated
- Name
mitigation_action
- Type
- string (optional)
- Description
- The type of action that was taken to mitigate this signal.
- Name
mitigation_action_other
- Type
- string (optional)
- Description
- Additional information relating to the mitigation of the signal.
- Name
accuracy
- Type
- integer (optional)
- Description
- On a scale of 1-10, how accurate was the report.
- Name
accuracy_reason
- Type
- string (optional)
- Description
- Additional information relating to the accuracy of the report.
- Name
accuracy_reason_other
- Type
- string (optional)
- Description
- Additional information.
- Name
useful
- Type
- string (optional)
- Description
- How useful was the reported signals.
- Name
useful_information
- Type
- string (optional)
- Description
- Additional information relating to the usefulness of the signal.
- Name
role
- Type
- string (optional)
- Description
- The role of the entity providing the feedback eg. Law Enforcement, Government, Managing Registrar, Managing Registry...
- Name
feedback_date
- Type
- datetime (optional)
- Description
- The date and time the feedback was provided.
Request
POST /feedback
curl -X POST https://signals.gse.live/report/feedback \
-H "API-KEY: 4tqaTgMkBAUzAgUI" \
-H "API-SECRET: z0xgqjREXCMmnlYI" \
Response
[
{
"signal": "https://somesignal.com",
"report_date": "2020-01-23 14:24:06",
"abuse_type": "phishing",
"mitigated": true,
"mitigation_date": "2025-04-23 10:24:06",
"mitigation_action": "clienthold",
"mitigation_action_other": null,
"accuracy": 10,
"accuracy_reason": null,
"accuracy_reason_other": null,
"useful": 10,
"useful_information": null,
"role": "Managing Registrar",
"feedback_date": "2025-04-23 14:20:06",
},
// ...
]