---
title: "Approve Waitlist Entry"
method: POST
path: "/api/admin/waitlist/{entry_id}/approve"
tags: ["admin"]
---

# Approve Waitlist Entry

`POST /api/admin/waitlist/{entry_id}/approve`

Approve a waitlist entry: add to allowed_emails and remove from waitlist.

## Path parameters

- `entry_id` integer, required

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