> ## 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

> Gérez les pixels de tracking associés à vos liens.

Créez et gérez des pixels de tracking (Facebook, GA, TikTok, etc.). Création : `type`, `name`, `pixel`.

## Points d’entrée

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

  <Card title="Récupérer" icon="eye" href="/fr/api-reference/pixels/retrieve-one-pixels" horizontal>
    `GET` `/pixels/{pixel_id}`
  </Card>

  <Card title="Créer" icon="plus" href="/fr/api-reference/pixels/create-pixels" horizontal>
    `POST` `/pixels`
  </Card>

  <Card title="Mettre à jour" icon="pen-to-square" href="/fr/api-reference/pixels/update-pixels" horizontal>
    `POST` `/pixels/{pixel_id}`
  </Card>

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