---
title: "Add Allowed Email"
method: POST
path: "/api/admin/allowed-emails"
tags: ["admin"]
---

# Add Allowed Email

`POST /api/admin/allowed-emails`

Add an email address to the approved registration list.

## Request body

- AllowedEmailCreate
  - `email` string, required
  - `note` string

## Response `200`

Successful Response

- AllowedEmailResponse
  - `id` integer, required
  - `email` string, required
  - `note` string, required
  - `created_at` string, required

## Other responses

- `422` — Validation Error

## Changes

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

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/admin/allowed-emails/post.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)
