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

# List Facebook standard events

`GET /v3/fb-standard-events`

Requires the `fb_pixel:list` scope.

## Query parameters

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

## Response `200`

Paginated analytics standard event list

- AnalyticsStandardEventCollectionResponseBody
  - `data` AnalyticsStandardEvent[], required
    - `id` integer, required
    - `event_name` string, required
    - `type` 'client' | 'server', nullable — Present for SnackVideo standard events.
  - `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/730030bd6477/schema)
