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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Secret key identifier
Secret value retrieved