List Clerk allowlist identifiers

List allowlisted emails, phones, and domains in a connected Clerk instance.

← All Clerk endpoints · Capability overview

GET/v1/clerk/allowlist-identifiers

https://api.vee3.io/v1/clerk/allowlist-identifiers

5 tokens

List allowlisted emails, phones, and domains in a connected Clerk instance.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

clerk.list_allowlist_identifiers
Parameters3 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

limitintegerOptional

Maximum number of identifiers to return (1–500).

Default: 10

offsetintegerOptional

Number of identifiers to skip before returning results.

Default: 0

Response8 fields
identifiersarrayitems
6 fields

Allowlist identifiers returned for the requested page.

idstring

Allowlist identifier id (alid_...).

identifierstring

Allowlisted email, phone, domain pattern, or Web3 wallet address.

identifier_typestring

Type of identifier: "email_address", "phone_number", or "web3_wallet".

invitation_idstring

Clerk invitation id (inv_...) when the entry was created from an invitation.

created_atinteger

Unix timestamp in milliseconds when the entry was created.

updated_atinteger

Unix timestamp in milliseconds when the entry was last updated.

total_countinteger

Total number of allowlist identifiers for the instance.

HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required