Brand Protection

brand_protection

Methods

Submit Suspicious URL For Scanning -> Envelope<>
post/accounts/{account_id}/brand-protection/submit

Submit suspicious URL for scanning

Get Results For A URL Scan -> Envelope<>
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
errors: Array<>
messages: Array<>
success: true

Whether the API call was successful

result:
Optional
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 }