Brand Protection
brand_protection
Methods
post/accounts/{account_id}/brand-protection/submit
Submit suspicious URL for scanning
get/accounts/{account_id}/brand-protection/url-info
Gets phishing details about a URL.
Security
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example: Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY
Parameters
account_id: string
Identifier
url: Array<string>
Optional
Submission URL(s) to filter submission results by.
url_id: Array<number>
Optional
Submission ID(s) to filter submission results by.
Response fields
success: true
Whether the API call was successful
Request example
200Example
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... }
Submit = { excluded_urls, skipped_urls, submitted_urls }
URLInfoModelResults = { model_name, model_score }