---
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

## Changes

- **2026-08-14** `e202091512bc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/admin/allowed-emails/get.md)

---

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