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

---

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