> For the complete documentation index, see [llms.txt](https://berylsystems.gitbook.io/referral-hero-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://berylsystems.gitbook.io/referral-hero-documentation/integrations/rest-api/lists.md).

# Lists

Your **ReferralHero list**, also referred to as your **campaign**, is the centralized location where you store and manage all of your subscribers. Each subscriber is tied to a single campaign and cannot be transferred to another list. This ensures organized and consistent subscriber management.

| Name          | Type      | Description                                                          |
| ------------- | --------- | -------------------------------------------------------------------- |
| `name`        | string    | The campaign name                                                    |
| `subscribers` | integer   | The total subscribers count                                          |
| `uuid`        | string    | The unique identifier of the campaign                                |
| `created_at`  | timestamp | Unix timestamp (expressed in UTC) of when the list has been created. |

### &#x20;<a href="#subscriber" id="subscriber"></a>
