---
title: "Get Meta Pixels Endpoint"
method: GET
path: "/api/v1/catalog/meta/pixels"
tags: ["catalog"]
---

# Get Meta Pixels Endpoint

`GET /api/v1/catalog/meta/pixels`

List Facebook Pixels for an ad account (needed for conversion tracking).

Pass child_account_id to fetch pixels from a Meta child account's ad account instead
(uses the child's resolved ad account + access token).

## Query parameters

- `acc_id` string, required — Ad account ID
- `child_account_id` string, nullable — Meta child account id (DB UUID) - fetch pixels from this child's ad account

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
