---
title: "List Allowed Emails"
method: GET
path: "/api/admin/allowed-emails"
tags: ["admin"]
---

# List Allowed Emails

`GET /api/admin/allowed-emails`

List all pre-approved email addresses.

## Response `200`

Successful Response

- AllowedEmailListResponse
  - `total` integer, required
  - `items` AllowedEmailResponse[], required
    - `id` integer, required
    - `email` string, required
    - `note` string, required
    - `created_at` string, required

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/0e52fe5f8d33/schema)
