---
title: "Approve entry"
method: POST
path: "/entries/{id}/approve"
tags: ["Entries"]
---

# Approve entry

`POST /entries/{id}/approve`

Approve a pending waitlist entry, triggering the checkout process to grant the user access to the plan.

Required permissions:
 - `plan:waitlist:manage`

## Path parameters

- `id` string, required

## Response `200`

A successful response

- object — An object representing an asynchronous job.
  - `job_id` string, required — The ID of the job.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Verification required
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/whop/apis/whop-api.md) · [All operations](https://skmtc.net/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whop/whop-api/versions/866821546d67/schema)
