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

# List SnackVideo pixels

`GET /v3/kwai-pixels`

Requires the `kwai_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 SnackVideo.

## Query parameters

- `type` 'client' | 'server'
- `page_size` integer
- `next_cursor` string
- `previous_cursor` string

## Response `200`

Paginated SnackVideo pixel list

- KwaiPixelCollectionResponseBody
  - `data` KwaiPixel[], required
    - `name` string, required
    - `type` 'client' | 'server', required
    - `pixel_id` string, required — Provider pixel ID from SnackVideo.
    - `is_test_mode` boolean
    - `conversion_token` 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/revisions/4354959d76dc/schema)
