Verify Clerk client
Verify a client JWT from the Clerk Frontend API.
← All Clerk endpoints · Capability overview
/v1/clerk/clients/verifyhttps://api.vee3.io/v1/clerk/clients/verify
Verify a client JWT from the Clerk Frontend API.
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.verify_clientParameters2 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
tokenstringRequiredJWT representing the active Clerk client.
Response7 fields
clientobject6 fieldsVerified client object from the Backend API.
clientobjectidstringClient id.
session_idsarrayitems1 fieldSession ids associated with this client.
session_idsarrayitemssession_idstringClerk session id (sess_...).
last_active_session_idstringMost recently active session id for this client.
created_atintegerUnix timestamp in milliseconds when the client was created.
updated_atintegerUnix timestamp in milliseconds when the client was last updated.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required