Get Clerk instance
Retrieve the connected Clerk application instance id and environment type.
← All Clerk endpoints · Capability overview
GET
/v1/clerk/instancehttps://api.vee3.io/v1/clerk/instance
Retrieve the connected Clerk application instance id and environment type.
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_instanceParameters1 field
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
Response3 fields
instanceobject2 fieldsConnected Clerk instance metadata.
instanceobjectidstringClerk instance id (ins_...).
environment_typestringClerk environment: development or production.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required