Skip to content
Start here

Logo Matches

Read matches for logo queries by ID
brand_protection.logo_matches.get(LogoMatchGetParams**kwargs) -> LogoMatchGetResponse
GET/accounts/{account_id}/brand-protection/logo-matches
Download matches for logo queries by ID
brand_protection.logo_matches.download(LogoMatchDownloadParams**kwargs) -> LogoMatchDownloadResponse
GET/accounts/{account_id}/brand-protection/logo-matches/download
ModelsExpand Collapse
class LogoMatchGetResponse:
matches: Optional[List[Dict[str, object]]]
total: Optional[int]
class LogoMatchDownloadResponse:
matches: Optional[List[Dict[str, object]]]
total: Optional[int]