---
title: "Get all entries for an allowlist"
method: GET
path: "/allowlists/{allowlistId}/entries"
tags: ["Allowlists"]
---

# Get all entries for an allowlist

`GET /allowlists/{allowlistId}/entries`

## Path parameters

- `allowlistId` string, required

## Query parameters

- `orderBy` string — $COLUMN_NAME-asc|desc
- `offset` integer
- `limit` integer
- `query` string

## Response `200`

Get allowlist entries

- AllowlistEntriesResponse
  - `count` integer
  - `entries` AllowlistEntry[]
    - `id` string, required
    - `allowListId` string, required
    - `walletPublicKey` string
    - `email` string, email
    - `emailDomain` string, hostname
    - `phoneNumber` string
    - `discordUsername` string
    - `twitterUsername` string
    - `farcasterUsername` string
    - `farcasterFid` number
    - `alias` string
    - `externalUserId` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/dynamic/apis/dashboard-api.md) · [All operations](https://skmtc.net/dynamic/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dynamic/dashboard-api/revisions/aac826315d90/schema)
