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

# Splash pages

> Manage interstitial splash pages shown before redirects.

Configure splash pages shown before a redirect. Create requires `name`.

## Endpoints

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

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

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

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

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