Secrets
Get all secrets
GET
cURL
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Response
200 - application/json
A list of Baseten secrets.
Previous
Upsert a secretCreates or updates a secret by name. Scoped to the caller's primary team — use the team-scoped variant to target a specific team.
Next
cURL