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

# List all identifiers on the block-list

`GET /blocklist_identifiers`

Get a list of all identifiers which are not allowed to access an instance

## Response `200`

Success

- BlocklistIdentifiers
  - `data` BlocklistIdentifier[], required
    - `object` 'blocklist_identifier' — String representing the object's type. Objects of the same type share the same value.
    - `id` string
    - `identifier` string — An email address, email domain, phone number or web3 wallet.
    - `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.
  - `total_count` integer, required — Total number of blocklist identifiers

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