List

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

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.

Query Params
string
required

This should be the title of the project whose secrets you plan on retrieving. (Required)

string
required

This should be the title of the environment being part of your project. (Required)

string

The name secret key to return the value (Optional)

boolean
Headers
string
required

Your Onboardbase API Key

string
required

The API Key's passcode. Needed when requesting for the value of a single secret, i.e when the secretKey is set (Optional)

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json