Fetch your secrets registered under a project and its specific environment. You can also use this endpoint to fetch the value of a single secret key.

πŸ“˜

Decrypting Secrets

When fetching all the secrets (if secretKey query and API_KEY_PASSCODE header are not supplied), the secrets returned from fetching secrets via the List Secrets API Calls are encrypted with AES encryption and will require decryption to access their actual values.

We have guides on how to do that in NodeJS, Python, Ruby, and GoLang. If your programming language of choice is not listed, you can look up how to perform AES decryption in that language.

Language
Click Try It! to start a request and see the response here!