get https://public.onboardbase.com/api/v1/secrets
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 andAPI_KEY_PASSCODE
header are not supplied), the secrets returned from fetching secrets via theList
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.