---
title: "List Banner content standard details"
method: GET
path: "/v3/banner-content-standards"
tags: ["bannerContentStandard"]
---

# List Banner content standard details

`GET /v3/banner-content-standards`

Retrieves Banner content standard details.

## Query parameters

- `namespace` string, required
- `id` string
- `name` string
- `offset` string
- `limit` string

## Response `200`

Banner content standard details.

- V3ListBannerContentStandardResponse
  - `contentStandards` V3BannerContentStandard[]
    - `id` string — The content standard ID.
    - `namespace` string — The unique identifier of the namespace.
    - `retailerTeamId` string — The retailer managed team ID.
    - `websiteAddress` string — The full URL of the webpage.
    - `displayName` string — The display name of the content standard ID.
    - `pdfFileId` string — A unique identifier for the PDF file that provides detailed information about a specific content standard.
    - `displayLogoFileId` string — A unique identifier for the file containing the display logo associated with the specific content standard.
    - `archived` boolean — The flag which indicates if the content standard Id is archived.
    - `slotConfigurations` BannerContentStandardBannerSlotConfiguration[] — Banner slot configuration details.
      - `slotId` string — A unique identifier for the Banner slot configuration.
      - `minImpressionPrice` string, int64 — Deprecated: Use min_impression_price_decimal instead. The minimum value of the impression price truncated to integer.
      - `shouldTargetProducts` boolean — A flag indicating whether the Banner slot is configured to target specific products.
      - `width` string, int64 — Width of the image in pixels.
      - `height` string, int64 — Height of the image in pixels.
      - `imageFormat` BannerSlotConfigurationImageFormat[] — List of supported image formats (e.g., JPEG, PNG).
      - `minClickPrice` string, int64 — The minimum cost per click for the slot.
      - `minImpressionPriceDecimal` number, double — The minimum value of the impression price for the particular slot type like Banner, Single_Tile or Double_Tile. Supports fractional values (e.g., 0.50, 1.25).
    - `textStatus` 'ALT_TEXT_STATUS_REQUIRED' | 'ALT_TEXT_STATUS_OPTIONAL' | 'ALT_TEXT_STATUS_UNSUPPORTED'
    - `altTextStatus` 'ALT_TEXT_STATUS_REQUIRED' | 'ALT_TEXT_STATUS_OPTIONAL' | 'ALT_TEXT_STATUS_UNSUPPORTED'
    - `altTextLengthLimit` string, int64 — Maximum length allowed for alternative text.
    - `textLengthLimit` string, int64 — Maximum length allowed for regular text.

## Other responses

- `400` — There was a problem with input.
- `401` — Login failed or token not valid.
- `403` — Login failed or token not valid.
- `default` — An unexpected error response.

---

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