Reveal the full value for a publishable key by ID (admin only).
cURL
curl --request POST \ --url https://app.usechar.ai/api/publishable-keys/reveal \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "key_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "key": "<string>" }
WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.
OK