List all secret names in organization vault.
Security:
Response:
Documentation Index
Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_API_KEY"
"Bearer YOUR_STRIPE_API_KEY"
Successful Response
Response for listing secrets in the organization vault.
Returns ONLY secret names, never decrypted values. Use this endpoint to discover which secrets are configured in your organization.
Security:
Use Cases:
Permissions: Requires READ permission to list secrets.
List of secret names in the organization vault. Only names are returned, never decrypted values. Use these names as references in api_call stage configuration. Names are unique within the organization. Empty list if no secrets are configured.
["stripe_api_key", "github_token"]
["openai_api_key"]
[]
Total number of secrets in the organization vault. This is the length of the secrets array. Useful for monitoring and auditing secret inventory.
4
1
0