Create Clerk enterprise connection test run
Start an SSO test flow for an enterprise connection.
← All Clerk endpoints · Capability overview
POST
/v1/clerk/enterprise-connections/{connection_id}/test-runshttps://api.vee3.io/v1/clerk/enterprise-connections/{connection_id}/test-runs
Start an SSO test flow for an enterprise connection.
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_enterprise_connection_test_runParameters2 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
connection_idstringRequiredClerk enterprise connection id (entc_...) to retrieve, update, delete, or test.
Response1 field
urlstringShort-lived URL to start the enterprise SSO test flow.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required