Get Clerk connected accounts

List active Clerk applications connected to the authenticated Vee3 account.

← All Clerk endpoints · Capability overview

GET/v1/clerk/connected-accounts

https://api.vee3.io/v1/clerk/connected-accounts

0 tokens

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_accounts
Parameters0 fields
Response5 fields
accountsarrayitems
4 fields

Active connected Clerk applications for the authenticated Vee3 account.

clerk_instance_idstring

Clerk instance id (ins_...) to pass as clerk_instance_id on Clerk calls.

display_namestring

Connected Clerk application label shown in the dashboard.

environment_typestring

Clerk environment for the connection: development or production.

is_defaultboolean

Whether this account is used when clerk_instance_id is omitted on Clerk calls.

HTTP errors: unauthorized, payment_required