Get Clerk connected accounts
List active Clerk applications connected to the authenticated Vee3 account.
← All Clerk endpoints · Capability overview
GET
/v1/clerk/connected-accountshttps://api.vee3.io/v1/clerk/connected-accounts
List active Clerk applications connected to the authenticated Vee3 account.
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.get_connected_accountsParameters0 fields
Response5 fields
accountsarrayitems4 fieldsActive connected Clerk applications for the authenticated Vee3 account.
accountsarrayitemsclerk_instance_idstringClerk instance id (ins_...) to pass as clerk_instance_id on Clerk calls.
display_namestringConnected Clerk application label shown in the dashboard.
environment_typestringClerk environment for the connection: development or production.
is_defaultbooleanWhether this account is used when clerk_instance_id is omitted on Clerk calls.
HTTP errors: unauthorized, payment_required