# Pixel ## Create pixel - [POST /pixels](https://docs.easyflow.digital/openapi/pixel/post-pixels.md): This route allows you to create a tracking pixel linked to your account, with support for Google and Meta platforms. After creation, the pixel must be integrated into your website or application using our official SDK to ensure proper event sending and tracking. 👉 Access the SDK and usage instructions: SDK ## Update pixel - [PATCH /pixels/{pixelId}](https://docs.easyflow.digital/openapi/pixel/patch-pixels-id.md): Route to update pixel. ## List pixels - [GET /pixels/list](https://docs.easyflow.digital/openapi/pixel/get-pixels-list.md): Returns a list of pixels. ## Get pixel - [GET /pixels/details/{pixelId}](https://docs.easyflow.digital/openapi/pixel/get-pixels-details-pixelid.md): returns the details of a pixel ## Delete pixel - [DELETE /pixels/delete/{pixelId}](https://docs.easyflow.digital/openapi/pixel/delete-pixels-pixelid.md): route to delete pixel