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 object { id, cdate, domain, 7 more }
AbuseReportGetResponse object { 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: object { accepted_url_count, active_count, external_host_notified, 2 more } A summary of the mitigations related to this report.
mitigation_summary: object { accepted_url_count, active_count, external_host_notified, 2 more }
A summary of the mitigations related to this report.
AbuseReportListResponse object { reports }
AbuseReportListResponse object { reports }
reports: array of object { id, cdate, domain, 7 more }
reports: array of object { 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: object { accepted_url_count, active_count, external_host_notified, 2 more } A summary of the mitigations related to this report.
mitigation_summary: object { 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 object { mitigations }
MitigationListResponse object { mitigations }
mitigations: array of object { id, effective_date, entity_id, 3 more }
mitigations: array of object { 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 object { id, effective_date, entity_id, 3 more }
MitigationReviewResponse object { 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)