Abuse Reports

abuse_reports

Methods

Submit An Abuse Report -> Envelope<string>
post/accounts/{account_id}/abuse-reports/{report_param}

Submit the Abuse Report of a particular type

Abuse Report Details -> Envelope<{ id, cdate, domain, 7 more... }>
get/accounts/{account_id}/abuse-reports/{report_param}

Retrieve the details of an abuse report.

List Abuse Reports -> V4PagePagination<{ reports }>
get/accounts/{account_id}/abuse-reports

List the abuse reports for a given account

Abuse Reports

Mitigations

abuse_reports.mitigations

Methods

List Abuse Report Mitigations -> V4PagePagination<{ mitigations }>
get/accounts/{account_id}/abuse-reports/{report_id}/mitigations

List mitigations done to remediate the abuse report.

Request Review On Mitigations -> SinglePage<{ id, effective_date, entity_id, 3 more... }>
post/accounts/{account_id}/abuse-reports/{report_id}/mitigations/appeal

Request a review for mitigations on an account.