GET /api/v2/buyer/storefronts
Lists the enabled storefronts visible to the buyer, as compact summary rows. Each summary carries scalar source counts instead of the embedded sources[] array — fetch a single storefront for the full source list. Filterable and offset-paginated.
Request
Parameters
| Field | In | Type | Required | Notes |
|---|---|---|---|---|
name | query | string | No | Partial, case-insensitive match on storefront name |
status | query | enum | No | configuring, transacting, or archived |
channel | query | string | No | ADCP channel the storefront carries (e.g. display, ctv) |
region | query | string | No | Region code the storefront covers (e.g. EMEA, NORAM, APAC) |
visibility | query | enum | No | public (default) — marketplace-listed storefronts; private — all storefronts owned by the caller’s parent org |
limit | query | integer | No | Max per page (default 20, max 100) |
offset | query | integer | No | Pagination offset (default 0) |
Response
| Field | Type | Notes |
|---|---|---|
items | array | Storefront summary rows |
items[].id | integer | Storefront ID |
items[].platformId | string | Public-facing slug |
items[].name | string | Storefront display name |
items[].publisherDomain | string | null | Publisher domain |
items[].displayStatus | enum | configuring, transacting, archived |
items[].adapterProviderType | string | null | Adapter platform (e.g. meta), null for non-adapter |
items[].supportedCampaignTypes | array | DECISIONED and/or ROUTED |
items[].channels / regions | array | Supported channels and covered regions |
items[].sourceCount | integer | Total inventory sources |
items[].connectedSourceCount | integer | Sources the buyer already has working credentials for |
total | integer | Total matching storefronts |
hasMore | boolean | Whether more pages exist |
nextOffset | integer | null | Offset for the next page, or null |
Errors
400 VALIDATION_ERROR— invalidstatus/visibilityenum or out-of-rangelimit.401 UNAUTHORIZED— missing or invalid bearer token.
Related
Storefront tasks
All storefront operations
Get storefront
Sources + connection state
Storefront object guide
Full model: sources, OAuth, seller side