POST /accounts/{account_id}/abuse-reports/{report_param}
Submit an abuse report of a particular type.
Requires the abuse-reports entitlement on the account (Enterprise
accounts have it by default; other accounts must request access) and an
API token with the Account > Abuse Reports > Edit permission. If the
account is not entitled, the request is rejected with an HTTP 401
response (see below).
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
report_param |
String | Yes |
The report type to be submitted. Example: abuse_general |
account_id |
String | Yes |
Cloudflare Account ID |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.