---
title: "List allowlist entries"
method: GET
path: "/v1/apps/{app_id}/allowlist"
tags: ["Apps"]
---

# List allowlist entries

`GET /v1/apps/{app_id}/allowlist`

Get all allowlist entries for an app. Returns the list of users allowed to access the app when the allowlist is enabled.

## Path parameters

- `app_id` string, required — The ID of the app.

## Headers

- `privy-app-id` string, required — ID of your Privy app.

## Response `200`

List of allowlist entries.

- AllowlistEntry[]
  - `acceptedAt` number, nullable, required
  - `appId` string, required
  - `id` string, required
  - `type` string, required
  - `value` string, required

---

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