---
title: "Get pixel by ID"
method: GET
path: "/api/v1/pixel/{pixel_id}"
tags: ["Pixels (Facebook, TikTok, etc.)"]
---

# Get pixel by ID

`GET /api/v1/pixel/{pixel_id}`

Retrieve pixel details by its ID

## Path parameters

- `pixel_id` string, uuid, required

## Response `200`

Successful Response

- PixelDTO
  - `pixel` string, required
  - `token` string, required
  - `comment` string, nullable
  - `pixelType` 'tiktok' | 'facebook' | 'google' | 'twitter', required
  - `id` string, uuid, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, nullable
  - `owner` OwnerDTO
    - `ownerCompanyUserId` string, uuid, nullable
    - `email` string, email, required
    - `logoUrl` string, nullable

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `404` — The requested resource was not found.
- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
