Get Clerk API key secret

Reveal the secret for an API key in a connected Clerk application.

← All Clerk endpoints · Capability overview

GET/v1/clerk/api-keys/{api_key_id}/secret

https://api.vee3.io/v1/clerk/api-keys/{api_key_id}/secret

5 tokens

Reveal the secret for an API key in a connected Clerk application.

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_api_key_secret
Parameters2 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

api_key_idstringRequired

Clerk API key id (ak_...) to retrieve, update, delete, or revoke.

Response1 field
secretstring

API key secret value. Treat as high-privilege — do not log.

HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required