Brand Protection
brand_protection
Methods
post/accounts/{account_id}/brand-protection/submit
Submit suspicious URL for scanning
Security
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example: Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY
Accepted Permissions (at least one required)
Intel Write
Parameters
account_id: string
(maxLength: 32)Identifier
Response fields
success: true
Whether the API call was successful
Request example
200Example
get/accounts/{account_id}/brand-protection/url-info
Gets phishing details about a URL.
Domain types
Info = { categorizations, model_results, rule_matches, 4 more... }
RuleMatch = { banning, blocking, description, 1 more... }
ScanStatus = { last_processed, scan_complete, status_code, 1 more... }
Status of the most recent scan found.
Submit = { excluded_urls, skipped_urls, submitted_urls }
URLInfoModelResults = { model_name, model_score }