Get Clerk JWKS
Retrieve the JSON Web Key Set for verifying Clerk session tokens.
← All Clerk endpoints · Capability overview
/v1/clerk/jwkshttps://api.vee3.io/v1/clerk/jwks
Retrieve the JSON Web Key Set for verifying Clerk session tokens.
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_jwksParameters1 field
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
Response6 fields
jwksobject5 fieldsClerk JWKS payload from the Backend API.
jwksobjectkeysarrayitems4 fieldsPublic signing keys for verifying Clerk JWTs.
keysarrayitemskidstringKey id used to match JWT headers to a public key.
algstringSigning algorithm for the key.
usestringKey usage, typically "sig" for signing.
ktystringKey type, for example "RSA" or "EC".
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required