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

# Pages de transition

> Gérez les Pages de transition avant redirection.

Configurez les Pages de transition affichées avant une redirection. Création : `name`.

## Points d’entrée

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

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

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

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

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