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

# /2026-01/retail-media/accounts

`GET /2026-01/retail-media/accounts`

Gets page of account objects that the current user can access

## Query parameters

- `limitToId` string[]
- `pageIndex` integer
- `pageSize` integer

## Response `200`

Success

- JsonApiPageResponseOfAccount — A wrapper class to return a single page of <typeparamref name="T" /> with metadata
  - `data` JsonApiBodyWithIdOfInt64AndAccountAndAccount[], required
    - `attributes` ExternalAccount, nullable — A Retail Media Account used to launch campaigns and line items
      - `companyName` string, nullable
      - `countries` string[], required
      - `currency` string, required
      - `name` string, required
      - `onBehalfCompanyName` string, nullable
      - `parentAccountLabel` string, required
      - `subtype` 'unknown' | 'brand' | 'seller', nullable
      - `timeZone` string, required
      - `type` 'unknown' | 'supply' | 'demand', required
    - `id` string, long-id, required
    - `type` string, required
  - `errors` CommonError[], nullable
    - `code` string, nullable — (REQUIRED) A machine-readable unique error code, expressed as a string value. The format used must be kebab-case.
    - `detail` string, nullable — (RECOMMENDED) A human-readable explanation specific to this occurrence of the problem.
    - `instance` string, nullable — (REQUIRED) A URI reference that identifies the specific occurrence of the problem.
    - `source` object, nullable — (OPTIONAL) A machine-readable structure to reference to the exact location(s) causing the error(s)
    - `stackTrace` string, nullable — (NEVER IN PRODUCTION) A human-readable stacktrace produced by the implementation technology
    - `title` string, nullable — (RECOMMENDED) A short, human-readable summary of the problem type.
    - `traceId` string, nullable — (REQUIRED) The Correlation ID provided by the Gateway. It is also a unique identifier for this particular occurrence of the problem.
    - `type` 'unknown' | 'access-control' | 'authentication' | 'authorization' | 'availability' | 'deprecation' | 'quota' | 'validation', nullable — (REQUIRED) The classification of the error.
  - `metadata` PageMetadata, required — Metadata related to the current request
    - `currentPageIndex` integer, required
    - `currentPageSize` integer, required
    - `nextPage` string, nullable
    - `previousPage` string, nullable
    - `totalItemsAcrossAllPages` integer, nullable
    - `totalPages` integer, nullable
  - `warnings` CommonWarning[], nullable
    - `code` string, nullable — (REQUIRED) A machine-readable unique error code, expressed as a string value. The format used must be kebab-case.
    - `detail` string, nullable — (RECOMMENDED) A human-readable explanation specific to this occurrence of the problem.
    - `instance` string, nullable — (REQUIRED) A URI reference that identifies the specific occurrence of the problem.
    - `source` object, nullable — (OPTIONAL) A machine-readable structure to reference to the exact location(s) causing the error(s)
    - `stackTrace` string, nullable — (NEVER IN PRODUCTION) A human-readable stacktrace produced by the implementation technology
    - `title` string, nullable — (RECOMMENDED) A short, human-readable summary of the problem type.
    - `traceId` string, nullable — (REQUIRED) The Correlation ID provided by the Gateway. It is also a unique identifier for this particular occurrence of the problem.
    - `type` 'unknown' | 'access-control' | 'authentication' | 'authorization' | 'availability' | 'deprecation' | 'quota' | 'validation', nullable — (REQUIRED) The classification of the error.

---

[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)
