Skip to content
Start here

Matches

Read matches for string queries by ID
client.brandProtection.matches.get(MatchGetParams { account_id, id, include_domain_id, 2 more } params, RequestOptionsoptions?): MatchGetResponse { matches, total }
GET/accounts/{account_id}/brand-protection/matches
Download matches for string queries by ID
client.brandProtection.matches.download(MatchDownloadParams { account_id, id, include_domain_id, 2 more } params, RequestOptionsoptions?): MatchDownloadResponse { matches, total }
GET/accounts/{account_id}/brand-protection/matches/download
ModelsExpand Collapse
MatchGetResponse { matches, total }
matches?: Array<Record<string, unknown>>
total?: number
MatchDownloadResponse { matches, total }
matches?: Array<Record<string, unknown>>
total?: number