Abuse Reports
abuse_reports
Methods
Submit The Abuse Report Of A Particular Type -> Envelope<string>
post/accounts/{account_id}/abuse-reports/{report_type}
Submit the Abuse Report of a particular type
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example: Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY
Parameters
account_id: string
(maxLength: 32) report_type:
The abuse report type
"abuse_dmca"
"abuse_trademark"
"abuse_general"
"abuse_phishing"
"abuse_children"
"abuse_threat"
"abuse_registrar_whois"
"abuse_ncsei"
Response fields
abuse_rand: string
The identifier for the submitted abuse report.
request: { act }
result: string
The result should be 'success' for successful response
Request example
200Example