Skip to main content
Create and manage tracking pixels (Facebook, GA, TikTok, and more). Create requires type, name, and pixel.

Endpoints

Retrieve all

GET /pixels/

Retrieve one

GET /pixels/{pixel_id}

Create

POST /pixels

Update

POST /pixels/{pixel_id}

Delete

DELETE /pixels/{pixel_id}