> ## Documentation Index
> Fetch the complete documentation index at: https://docs.storytime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Demo Examples

## Sample data for testing

While in preview, any `creatorId` returns the same sample catalog. Use this example creator ID (or any UUID of your own — it is echoed back):

| Parameter   | Example ID                             |
| ----------- | -------------------------------------- |
| `creatorId` | `7d4e2a10-0000-4000-8000-000000000101` |

The catalog contains three campaigns with **stable IDs** — these are the only `campaignId` values that return data:

| `campaignId`                           | Campaign                     | Offer type                      |
| -------------------------------------- | ---------------------------- | ------------------------------- |
| `0b1f3d3e-4c1a-4a5e-9b6a-000000000001` | Summer Tasting Menu          | Gifted (`VOUCHER_SCREEN`)       |
| `0b1f3d3e-4c1a-4a5e-9b6a-000000000002` | Grand Opening — Williamsburg | Gifted (`PROMO_CODE`)           |
| `0b1f3d3e-4c1a-4a5e-9b6a-000000000003` | Fall Menu Sneak Peek         | Paid (`PAID`, `value` in cents) |

Unknown campaign IDs return `404 NOT_FOUND`, so you can exercise error handling end-to-end. The curl examples below are copy-paste ready — only the API key needs replacing.
