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

# Subscribers

> The list of all email subsribers

<Note>Requires admin authentication</Note>

<ResponseExample>
  ```json Response theme={"system"}
  [
    {
      "id": 1,
      "email": "subscriber@test.com",
      "email_confirmed": true,
      "created_at": "2025-01-09T18:21:59+00:00",
      "updated_at": "2025-01-09T18:21:59+00:00"
    }
  ]
  ```
</ResponseExample>
