Create Clerk blocklist identifier
Block an email, phone, domain, or Web3 wallet in a connected Clerk instance.
← All Clerk endpoints · Capability overview
/v1/clerk/blocklist-identifiershttps://api.vee3.io/v1/clerk/blocklist-identifiers
Block an email, phone, domain, or Web3 wallet 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.create_blocklist_identifierParameters2 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
identifierstringRequiredIdentifier to block: email, domain, E.164 phone (+15555555555), or Web3 wallet address.
Response6 fields
identifierobject5 fieldsCreated blocklist identifier object from the Backend API.
identifierobjectidstringBlocklist 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.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required