List All Sites
Returns all sites owned by the authenticated user.Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer sl_live_... |
Example
Response (200)
Response Fields
| Field | Type | Description |
|---|---|---|
slug | string | The site’s unique identifier |
siteUrl | string | The live URL |
status | string | active, pending, or expired |
title | string | null | The site title (from metadata) |
fileCount | number | Number of files in the current version |
totalSize | number | Total size in bytes of all files |
createdAt | string | ISO 8601 timestamp |
updatedAt | string | ISO 8601 timestamp |
expiresAt | string | null | Expiry timestamp (null = permanent) |