List logo matches
GET/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/matches
Get paginated list of logo matches for a specific brand protection logo query
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example:
Accepted Permissions (at least one required)
Query Parameters
List logo matches
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/cloudforce-one/v2/brand-protection/logo/matches \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"{
"matches": [
{
"id": 0,
"matched_at": "matched_at",
"query_id": 0,
"similarity_score": 0,
"url_scan_id": "url_scan_id",
"content_type": "content_type",
"domain": "domain",
"image_data": "image_data"
}
],
"total": 0
}Returns Examples
{
"matches": [
{
"id": 0,
"matched_at": "matched_at",
"query_id": 0,
"similarity_score": 0,
"url_scan_id": "url_scan_id",
"content_type": "content_type",
"domain": "domain",
"image_data": "image_data"
}
],
"total": 0
}