Get a submitted abuse report
GET/accounts/{account_id}/abuse-reports/submitted/{report_id}
Retrieve a report submitted by the account.
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example:
Accepted Permissions (at least one required)
Get a submitted abuse report
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/abuse-reports/submitted/$REPORT_ID \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"{
"result": {
"id": "id",
"cdate": "2019-12-27T18:11:19.117Z",
"denial_reason": "unable_to_confirm",
"domain": "domain",
"dsa_attestation": true,
"status": "submitted",
"type": "PHISH",
"urls": [
"string"
],
"agent_name": "agent_name",
"comments": "comments",
"court": "court",
"destination_ips": [
"string"
],
"host_notification": "host_notification",
"justification": "justification",
"ncmec_notification": "ncmec_notification",
"ncsei_subject_representation": true,
"original_work": "original_work",
"owner_notification": "owner_notification",
"ports_protocols": [
"string"
],
"reg_who_request": {
"reg_who_good_faith_affirmation": true,
"reg_who_lawful_processing_agreement": true,
"reg_who_legal_basis": "reg_who_legal_basis",
"reg_who_request_type": "disclosure",
"reg_who_requested_data_elements": [
"registrant_name"
],
"reg_who_authorization_statement": "reg_who_authorization_statement",
"reg_who_requestor_type": "government"
},
"reported_country": "reported_country",
"reported_user_agent": "reported_user_agent",
"source_ips": [
"string"
],
"submitter": {
"company": "company",
"email": "email",
"name": "name",
"telephone": "telephone"
},
"subtypes": [
"string"
],
"title": "title",
"udrp": "udrp",
"urs": "urs"
},
"success": true,
"errors": [
{
"message": "message",
"code": "string"
}
],
"messages": [
{
"message": "message"
}
]
}Returns Examples
{
"result": {
"id": "id",
"cdate": "2019-12-27T18:11:19.117Z",
"denial_reason": "unable_to_confirm",
"domain": "domain",
"dsa_attestation": true,
"status": "submitted",
"type": "PHISH",
"urls": [
"string"
],
"agent_name": "agent_name",
"comments": "comments",
"court": "court",
"destination_ips": [
"string"
],
"host_notification": "host_notification",
"justification": "justification",
"ncmec_notification": "ncmec_notification",
"ncsei_subject_representation": true,
"original_work": "original_work",
"owner_notification": "owner_notification",
"ports_protocols": [
"string"
],
"reg_who_request": {
"reg_who_good_faith_affirmation": true,
"reg_who_lawful_processing_agreement": true,
"reg_who_legal_basis": "reg_who_legal_basis",
"reg_who_request_type": "disclosure",
"reg_who_requested_data_elements": [
"registrant_name"
],
"reg_who_authorization_statement": "reg_who_authorization_statement",
"reg_who_requestor_type": "government"
},
"reported_country": "reported_country",
"reported_user_agent": "reported_user_agent",
"source_ips": [
"string"
],
"submitter": {
"company": "company",
"email": "email",
"name": "name",
"telephone": "telephone"
},
"subtypes": [
"string"
],
"title": "title",
"udrp": "udrp",
"urs": "urs"
},
"success": true,
"errors": [
{
"message": "message",
"code": "string"
}
],
"messages": [
{
"message": "message"
}
]
}