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.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Decrypting SecretsWhen fetching all the secrets (if
secretKeyquery andAPI_KEY_PASSCODEheader are not supplied), the secrets returned from fetching secrets via theListSecrets 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.
