Download matches for logo queries by ID
GET/accounts/{account_id}/brand-protection/logo-matches/download
Return matches as CSV for logo queries based on ID
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example:
Accepted Permissions (at least one required)
Download matches for logo queries by ID
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/brand-protection/logo-matches/download \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"{
"matches": [
{
"foo": "bar"
}
],
"total": 0
}Returns Examples
{
"matches": [
{
"foo": "bar"
}
],
"total": 0
}