List Clerk blocklist identifiers
List blocklisted emails, phones, and domains in a connected Clerk instance.
← All Clerk endpoints · Capability overview
/v1/clerk/blocklist-identifiershttps://api.vee3.io/v1/clerk/blocklist-identifiers
List blocklisted 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_blocklist_identifiersParameters3 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
limitintegerOptionalMaximum number of identifiers to return (1–500).
Default: 10
offsetintegerOptionalNumber of identifiers to skip before returning results.
Default: 0
Response7 fields
identifiersarrayitems5 fieldsBlocklist identifiers returned for the requested page.
identifiersarrayitemsidstringBlocklist identifier id (blid_...).
identifierstringBlocklisted email, domain, phone, or Web3 wallet address.
identifier_typestringType of identifier: "email_address", "phone_number", or "web3_wallet".
created_atintegerUnix timestamp in milliseconds when the entry was created.
updated_atintegerUnix timestamp in milliseconds when the entry was last updated.
total_countintegerTotal number of blocklist identifiers for the instance.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required