Abuse Reports
Submit an abuse report
POST/accounts/{account_id}/abuse-reports/{report_param}
Abuse Report Details
GET/accounts/{account_id}/abuse-reports/{report_param}
List abuse reports
GET/accounts/{account_id}/abuse-reports
ModelsExpand Collapse
AbuseReportGetResponse { id, cdate, domain, 7 more }
AbuseReportGetResponse { id, cdate, domain, 7 more }
cdate: string
Creation date of report. Time in RFC 3339 format (https://www.rfc-editor.org/rfc/rfc3339.html)
mitigation_summary: { accepted_url_count, active_count, external_host_notified, 2 more } A summary of the mitigations related to this report.
mitigation_summary: { accepted_url_count, active_count, external_host_notified, 2 more }
A summary of the mitigations related to this report.
AbuseReportListResponse { reports }
AbuseReportListResponse { reports }
reports: array of { id, cdate, domain, 7 more }
reports: array of { id, cdate, domain, 7 more }
cdate: string
Creation date of report. Time in RFC 3339 format (https://www.rfc-editor.org/rfc/rfc3339.html)
mitigation_summary: { accepted_url_count, active_count, external_host_notified, 2 more } A summary of the mitigations related to this report.
mitigation_summary: { accepted_url_count, active_count, external_host_notified, 2 more }
A summary of the mitigations related to this report.
Abuse ReportsMitigations
List abuse report mitigations
GET/accounts/{account_id}/abuse-reports/{report_id}/mitigations
Request review on mitigations
POST/accounts/{account_id}/abuse-reports/{report_id}/mitigations/appeal
ModelsExpand Collapse
MitigationListResponse { mitigations }
MitigationListResponse { mitigations }
mitigations: array of { id, effective_date, entity_id, 3 more }
mitigations: array of { id, effective_date, entity_id, 3 more }
effective_date: string
Date when the mitigation will become active. Time in RFC 3339 format (https://www.rfc-editor.org/rfc/rfc3339.html)
MitigationReviewResponse { id, effective_date, entity_id, 3 more }
MitigationReviewResponse { id, effective_date, entity_id, 3 more }
effective_date: string
Date when the mitigation will become active. Time in RFC 3339 format (https://www.rfc-editor.org/rfc/rfc3339.html)