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

# /2026-01/retail-media/accounts/fees/search

`POST /2026-01/retail-media/accounts/fees/search`

Get fees for provided accounts

## Query parameters

- `limit` integer
- `offset` integer

## Request body

- ValueResourceInputAccountFeesSearchRequest — A top-level object that encapsulates a Criteo API request for a single value object.
  - `data` ValueResourceAccountFeesSearchRequest — A value resource exposed by the API.
    - `attributes` AccountFeesSearchRequest — the request body for account fees search
      - `accountIds` string[], nullable — Account Ids to return fees
    - `type` string, nullable — Type of the resource.

## Response `200`

Success

- ValueResourceCollectionOutcomePrivateMarketAccountFeesAndMetadata — A top-level object that encapsulates a Criteo API response for several value objects and metadata.
  - `data` ValueResourcePrivateMarketAccountFees[], nullable
    - `attributes` PrivateMarketAccountFees, nullable — The Fees for a Specific private market account
      - `accountId` string, nullable — The account Id
      - `fees` PrivateMarketFees, nullable — fees for a private market account
        - `demandManaged` DemandManagedFee, nullable — settings for DSP fees
          - `rate` number, double, required — decimal fee rate between 0 and 1
        - `managedService` ManagedServiceFee, nullable — settings for managed service fees
          - `onsiteDisplayEnabled` boolean, required — whether fee is enabled for display campaigns
          - `onsiteSponsoredProductsEnabled` boolean, required — whether fee is enabled for sponsored product campaigns
          - `rate` number, double, required — decimal fee rate between 0 and 1
    - `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` Metadata, nullable — Metadata related to the current request.
    - `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)
