---
title: "/2026-01/retail-media/brands/search"
method: POST
path: "/2026-01/retail-media/brands/search"
tags: ["Accounts"]
---

# /2026-01/retail-media/brands/search

`POST /2026-01/retail-media/brands/search`

Search for brands given a retailer ID and search term.

## Query parameters

- `limit` integer
- `offset` integer

## Request body

- ValueResourceInputBrandIdSearchRequest — A top-level object that encapsulates a Criteo API request for a single value objects.
  - `data` ValueResourceBrandIdSearchRequest — A value resource exposed by the API.
    - `attributes` BrandIdSearchRequest — An object that represents the request of BrandIdSearch endpoint.
      - `brandType` 'uc' | 'retailer' | 'all' — The type of brand, primarily where this brand belongs: UC, Retailer or All (both)
      - `name` string, nullable — The name of the brand(s) to be searched
      - `retailerIds` integer[], required — IDs of the retailers we want to limit the search to
    - `type` string, nullable — Type of the resource.

## Response `200`

Success

- EntityResourceCollectionOutcomeBrandIdSearchResultPagingOffsetLimitMetadata — A top-level object that encapsulates a Criteo API response for several entities and metadata.
  - `data` EntityResourceBrandIdSearchResult[], nullable
    - `attributes` BrandIdSearchResult, nullable — An object that represents the result from a brand ID search.
      - `brandType` string, required — The type of the brand
      - `id` string, required — The brand id
      - `name` string, required — The name of the brand
      - `retailerIds` integer[], required — The retailer ids associated to the brand
    - `id` string, nullable — Unique id of the entity.
    - `type` string, nullable — Type of the resource.
  - `errors` SdkApiRestCommonProblem[], nullable — Errors that occured during this call.
    - `code` string, nullable — A machine-readable error code, expressed as a string value.
    - `detail` string, nullable — A human-readable explanation specific to this occurrence of the problem.
    - `instance` string, nullable — A URI that identifies the specific occurrence of the problem.
    - `source` object, nullable — A machine-readable structure to reference to the exact location(s) causing the error(s).
    - `stackTrace` string, nullable
    - `title` string, nullable — A short human-readable description of the problem type.
    - `traceId` string, nullable — The request correlation ID this problem comes from.
    - `type` 'unknown' | 'access-control' | 'authentication' | 'authorization' | 'availability' | 'deprecation' | 'quota' | 'validation', nullable — The problem's category.
  - `metadata` PagingOffsetLimitMetadata, nullable — Metadata for paging data.
    - `count` integer, nullable
    - `limit` integer, required — The number of elements to be returned.
    - `offset` integer, required — The (zero-based) starting offset in the collection.
  - `warnings` SdkApiRestCommonProblem[], nullable — Warnings that occured during this call.
    - `code` string, nullable — A machine-readable error code, expressed as a string value.
    - `detail` string, nullable — A human-readable explanation specific to this occurrence of the problem.
    - `instance` string, nullable — A URI that identifies the specific occurrence of the problem.
    - `source` object, nullable — A machine-readable structure to reference to the exact location(s) causing the error(s).
    - `stackTrace` string, nullable
    - `title` string, nullable — A short human-readable description of the problem type.
    - `traceId` string, nullable — The request correlation ID this problem comes from.
    - `type` 'unknown' | 'access-control' | 'authentication' | 'authorization' | 'availability' | 'deprecation' | 'quota' | 'validation', nullable — The problem's category.

---

[API](https://skmtc.net/criteo/apis/criteo-api.md) · [All operations](https://skmtc.net/criteo/apis/criteo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/criteo/criteo-api/revisions/c1721589426a/schema)
