> ## Documentation Index
> Fetch the complete documentation index at: https://dev.kloo.li/llms.txt
> Use this file to discover all available pages before exploring further.

# Pixels

> Manage tracking pixels attached to your links.

Create and manage tracking pixels (Facebook, GA, TikTok, and more). Create requires `type`, `name`, and `pixel`.

## Endpoints

<CardGroup cols={2}>
  <Card title="Retrieve all" icon="list" href="/en/api-reference/pixels/retrieve-all-pixels" horizontal>
    `GET` `/pixels/`
  </Card>

  <Card title="Retrieve one" icon="eye" href="/en/api-reference/pixels/retrieve-one-pixels" horizontal>
    `GET` `/pixels/{pixel_id}`
  </Card>

  <Card title="Create" icon="plus" href="/en/api-reference/pixels/create-pixels" horizontal>
    `POST` `/pixels`
  </Card>

  <Card title="Update" icon="pen-to-square" href="/en/api-reference/pixels/update-pixels" horizontal>
    `POST` `/pixels/{pixel_id}`
  </Card>

  <Card title="Delete" icon="trash" href="/en/api-reference/pixels/delete-pixels" horizontal>
    `DELETE` `/pixels/{pixel_id}`
  </Card>
</CardGroup>
