Submitted
List submitted abuse reports
Get a submitted abuse report
ModelsExpand Collapse
class SubmittedListResponse: …
reports: List[Report]
denial_reason: Optional[Literal["unable_to_confirm", "incomplete_report", "not_on_cloudflare", 10 more]]Submitter-safe reason for a denied report. Null when unavailable.
Submitter-safe reason for a denied report. Null when unavailable.
status: Literal["submitted", "accepted", "denied"]Status visible to the account that submitted the report.
Status visible to the account that submitted the report.
class SubmittedGetResponse: …
denial_reason: Optional[Literal["unable_to_confirm", "incomplete_report", "not_on_cloudflare", 10 more]]Submitter-safe reason for a denied report. Null when unavailable.
Submitter-safe reason for a denied report. Null when unavailable.
status: Literal["submitted", "accepted", "denied"]Status visible to the account that submitted the report.
Status visible to the account that submitted the report.
The string “on” when a court proceeding applies to the report; otherwise omitted.
reg_who_request: Optional[RegWhoRequest]RDP-mandated fields for registrar WHOIS data disclosure requests.
RDP-mandated fields for registrar WHOIS data disclosure requests.
Affirmation that the request is made in good faith per RDP 10.2.4. Must be true.
Agreement to process data lawfully per RDP 10.2.5. Must be true.
Legal rights and rationale for the request per RDP 10.2.3. Required for all WHOIS requests.
reg_who_request_type: Literal["disclosure", "invalid_whois"]The type of WHOIS data request per RDP procedure.
The type of WHOIS data request per RDP procedure.
reg_who_requested_data_elements: List[Literal["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.
The specific WHOIS data elements being requested per RDP 10.2.2. Required for all WHOIS requests.
SubmittedEmails
List emails sent to an abuse report submitter
ModelsExpand Collapse
class EmailListResponse: …
emails: List[Email]
When the email was sent. Time in RFC 3339 format (https://www.rfc-editor.org/rfc/rfc3339.html)