Skip to content
Start here

Matches

Read matches for string queries by ID
brand_protection.matches.get(MatchGetParams**kwargs) -> MatchGetResponse
GET/accounts/{account_id}/brand-protection/matches
Download matches for string queries by ID
brand_protection.matches.download(MatchDownloadParams**kwargs) -> MatchDownloadResponse
GET/accounts/{account_id}/brand-protection/matches/download
ModelsExpand Collapse
class MatchGetResponse:
matches: Optional[List[Dict[str, object]]]
total: Optional[int]
class MatchDownloadResponse:
matches: Optional[List[Dict[str, object]]]
total: Optional[int]