# Lister les sites — API CacheBoost

> Récupérer tous les sites de l'utilisateur authentifié.

Source: https://www.cache-boost.com/fr/support/api-reference/sites/list.md
Language: fr

---



Returns all sites belonging to the authenticated user. If the API key is restricted to specific sites, only those are returned.

**`GET /v1/sites`** — Scope: `sites:read`

## Example request

```bash
curl https://api.cache-boost.com/v1/sites \
  -H "Authorization: Bearer cb_live_YOUR_KEY"
```

## Response

`200 OK` — array of site objects.

```json
[
  {
    "id": 42,
    "domain": "www.example.com",
    "validated": true,
    "created_at": "2025-01-15T10:30:00Z"
  }
]
```

## Errors

| Code | Description |
|------|-------------|
| `401` | Missing or invalid API key |
| `403` | Insufficient scope |



---

**CacheBoost** — Automatic cache warming for faster websites.

- Website: https://www.cache-boost.com
- Full content (all pages): https://www.cache-boost.com/llms-full.txt
- LLM index: https://www.cache-boost.com/llms.txt
- Documentation: https://www.cache-boost.com/support/getting-started/introduction
- Start free: https://www.cache-boost.com/try
