---
title: "List all identifiers on the allow-list"
method: GET
path: "/allowlist_identifiers"
tags: ["Allow-list / Block-list"]
---

# List all identifiers on the allow-list

`GET /allowlist_identifiers`

Get a list of all identifiers allowed to sign up to an instance

## Query parameters

- `paginated` boolean
- `limit` integer
- `offset` integer

## Response `200`

Success

- AllowlistIdentifier[]
  - `object` 'allowlist_identifier' — String representing the object's type. Objects of the same type share the same value.
  - `id` string
  - `invitation_id` string
  - `identifier` string — An email address or a phone number.
  - `identifier_type` 'email_address' | 'phone_number' | 'web3_wallet'
  - `instance_id` string
  - `created_at` integer — Unix timestamp of creation
  - `updated_at` integer — Unix timestamp of last update.

## Other responses

- `401` — Authentication invalid
- `402` — Payment required

---

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