List secrets
<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>
Returns the names of the secrets stored on the app.
Values are never returned. Every name maps to the same masked placeholder, ••••••••, so use this to check which secrets are set, not what they hold. The list covers every secret stored on the app, including ones Base44 generated or an integration stored, not only the ones you set with Set secret. Remove one with Delete secret.
<Note>This endpoint accepts a personal API key belonging to a user with editor access to the app. A read-only key is refused, and workspace API keys are not accepted.</Note>
Path parameters
ID of the app whose secrets you want to list.
ID of the app whose secrets you want to list.
Response
The names of the app's secrets.
Each key is a secret name, and each value is the masked placeholder ••••••••.
Changes
Changed in 1 of the 14 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○