Skip to content
Start here

Abuse Reports

Submit an abuse report
client.AbuseReports.New(ctx, reportParam, params) (*string, error)
POST/accounts/{account_id}/abuse-reports/{report_param}
Abuse Report Details
client.AbuseReports.Get(ctx, reportParam, query) (*AbuseReportGetResponse, error)
GET/accounts/{account_id}/abuse-reports/{report_param}
List abuse reports
client.AbuseReports.List(ctx, params) (*V4PagePagination[AbuseReportListResponse], error)
GET/accounts/{account_id}/abuse-reports

Abuse ReportsMitigations

List abuse report mitigations
client.AbuseReports.Mitigations.List(ctx, reportID, params) (*V4PagePagination[MitigationListResponse], error)
GET/accounts/{account_id}/abuse-reports/{report_id}/mitigations
Request review on mitigations
client.AbuseReports.Mitigations.Review(ctx, reportID, params) (*SinglePage[MitigationReviewResponse], error)
POST/accounts/{account_id}/abuse-reports/{report_id}/mitigations/appeal