---
title: "List Facebook pixels"
method: GET
path: "/v3/fb-pixels"
tags: ["Analytics Setup"]
---

# List Facebook pixels

`GET /v3/fb-pixels`

Requires the `fb_pixel:list` scope. The returned `id` is the Scalev record ID used in landing page display configuration; `pixel_id` is the provider ID sent to Meta.

## Query parameters

- `search` string
- `page_size` integer
- `next_cursor` string
- `previous_cursor` string

## Response `200`

Paginated Facebook pixel list

- MetaPixelCollectionResponseBody
  - `data` MetaPixel[], required
    - `name` string, required
    - `pixel_id` string, required — Provider pixel ID from Meta.
    - `is_conversion_api` boolean
    - `conversion_token` string
    - `test_event_code` string
    - `id` integer, required — Scalev record ID to use in landing page display configuration.
    - `errors` object[], required
    - `display` string, required
  - `is_paginated` true, required
  - `has_next` boolean
  - `has_previous` boolean
  - `next_cursor` string, nullable
  - `previous_cursor` string, nullable
  - `page_size` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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