cURL
curl --request GET \ --url https://api.example.com/api/secrets/{key} \ --header 'Authorization: Bearer <token>'
{ "key": "STRIPE_API_KEY", "value": "sk_live_..." }
Retrieve the decrypted value of a specific secret by its key
Documentation IndexFetch the complete documentation index at: https://docs.insforge.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Secret key identifier
^[A-Z0-9_]+$
Secret value retrieved