Submitted
List submitted abuse reports
client.abuseReports.submitted.list(SubmittedListParams { account_id, id, created_after, 7 more } params, RequestOptionsoptions?): V4PagePagination<SubmittedListResponse { reports } >
GET/accounts/{account_id}/abuse-reports/submitted
Get a submitted abuse report
client.abuseReports.submitted.get(stringreportID, SubmittedGetParams { account_id } params, RequestOptionsoptions?): SubmittedGetResponse { id, cdate, denial_reason, 25 more }
GET/accounts/{account_id}/abuse-reports/submitted/{report_id}
ModelsExpand Collapse
SubmittedListResponse { reports }
SubmittedListResponse { reports }
reports: Array<Report>
reports: Array<Report>
denial_reason: "unable_to_confirm" | "incomplete_report" | "not_on_cloudflare" | 10 more | nullSubmitter-safe reason for a denied report. Null when unavailable.
denial_reason: "unable_to_confirm" | "incomplete_report" | "not_on_cloudflare" | 10 more | null
Submitter-safe reason for a denied report. Null when unavailable.
One of the following:
SubmittedGetResponse { id, cdate, denial_reason, 25 more }
SubmittedGetResponse { id, cdate, denial_reason, 25 more }
denial_reason: "unable_to_confirm" | "incomplete_report" | "not_on_cloudflare" | 10 more | nullSubmitter-safe reason for a denied report. Null when unavailable.
denial_reason: "unable_to_confirm" | "incomplete_report" | "not_on_cloudflare" | 10 more | null
Submitter-safe reason for a denied report. Null when unavailable.
One of the following:
reg_who_request?: RegWhoRequest { reg_who_good_faith_affirmation, reg_who_lawful_processing_agreement, reg_who_legal_basis, 4 more } RDP-mandated fields for registrar WHOIS data disclosure requests.
reg_who_request?: RegWhoRequest { reg_who_good_faith_affirmation, reg_who_lawful_processing_agreement, reg_who_legal_basis, 4 more }
RDP-mandated fields for registrar WHOIS data disclosure requests.
reg_who_good_faith_affirmation: boolean
Affirmation that the request is made in good faith per RDP 10.2.4. Must be true.
reg_who_lawful_processing_agreement: boolean
Agreement to process data lawfully per RDP 10.2.5. Must be true.
reg_who_legal_basis: string
Legal rights and rationale for the request per RDP 10.2.3. Required for all WHOIS requests.
maxLength5000
reg_who_request_type: "disclosure" | "invalid_whois"The type of WHOIS data request per RDP procedure.
reg_who_request_type: "disclosure" | "invalid_whois"
The type of WHOIS data request per RDP procedure.
reg_who_requested_data_elements: Array<"registrant_name" | "registrant_organization" | "registrant_email" | 14 more>The specific WHOIS data elements being requested per RDP 10.2.2. Required for all WHOIS requests.
reg_who_requested_data_elements: Array<"registrant_name" | "registrant_organization" | "registrant_email" | 14 more>
The specific WHOIS data elements being requested per RDP 10.2.2. Required for all WHOIS requests.
One of the following:
SubmittedEmails
List emails sent to an abuse report submitter
client.abuseReports.submitted.emails.list(stringreportID, EmailListParams { account_id, page, per_page } params, RequestOptionsoptions?): V4PagePagination<EmailListResponse { emails } >
GET/accounts/{account_id}/abuse-reports/submitted/{report_id}/emails
ModelsExpand Collapse
EmailListResponse { emails }
EmailListResponse { emails }
emails: Array<Email>
emails: Array<Email>
sent_at: string
When the email was sent. Time in RFC 3339 format (https://www.rfc-editor.org/rfc/rfc3339.html)