Retrieve all secrets for an organization.
secrets
Retrieve all secrets for an organization.
Get all secrets for the current user’s organization.
Args:
- user: The current user, obtained via dependency injection.
- db: The database session, obtained via dependency injection.
Returns:
- A list of all secrets for the current user’s organization.
GET
Retrieve all secrets for an organization.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.