Skip to content
Start here

Matches

Read matches for string queries by ID
GET/accounts/{account_id}/brand-protection/matches
Download matches for string queries by ID
GET/accounts/{account_id}/brand-protection/matches/download
ModelsExpand Collapse
MatchGetResponse = object { matches, total }
matches: optional array of map[unknown]
total: optional number
MatchDownloadResponse = object { matches, total }
matches: optional array of map[unknown]
total: optional number