Secrets
Reveal a secret
Returns the decrypted value of a single secret. A POST rather than a GET so the secret never lands in a URL, a request log, or browser history.
POST
Reveal a secret
Authorizations
API key in the format: Bearer {api_token}
Headers
Makes this write safe to retry: a repeat with the same key replays the first response instead of creating a second resource. Scoped to the account, remembered for 24 hours; reusing a key with a different payload is an error.
Maximum string length:
255Path Parameters
The secret's prefix ID (e.g., "secret_abc123")
Response
The secret, including its decrypted value

