Skip to content
Start here

Logo Matches

List logo matches
client.brandProtection.v2.logoMatches.get(LogoMatchGetParams { account_id, query_id, download, 4 more } params, RequestOptionsoptions?): LogoMatchGetResponse { matches, total }
GET/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/matches
ModelsExpand Collapse
LogoMatchGetResponse { matches, total }
matches: Array<Match>
id: number
domain: string | null
matched_at: string | null
query_id: number
registrar: string | null
similarity_score: number
url_scan_id: string | null
content_type?: string
image_data?: string
total: number
minimum0