---
title: "List Meta product catalogs"
method: GET
path: "/v1/ads/catalogs"
tags: ["Ad Creatives"]
---

# List Meta product catalogs

`GET /v1/ads/catalogs`

Lists the Meta product catalogs reachable from an ad account (owned + agency-shared catalogs of the ad account's business), for Advantage+ catalog ads (`goal: catalog_sales` on POST /v1/ads/create — e.g. vehicle inventory catalogs). Read-only; uses scopes customers already granted (no reconnect needed). Catalog contents (items, feeds) are managed in Meta Commerce Manager, not through this API.

## Query parameters

- `accountId` string, required
- `adAccountId` string, required

## Response `200`

Catalogs

- object
  - `catalogs` object[]
    - `id` string
    - `name` string
    - `vertical` string, nullable — Catalog vertical (e.g. commerce, vehicles, hotels)
    - `productCount` integer

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans.

---

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